astro-cli icon indicating copy to clipboard operation
astro-cli copied to clipboard

Improve `cloud/deployment` unit tests

Open neel-astro opened this issue 6 months ago • 0 comments

Description:

The existing unit tests in the cloud/deployment/deployment_test.go leak state between tests, and also have scope to move some of the tests to table-driven tests to reduce the duplicated code. Also, we should move to testify/suite as we did for some of the other tests recently (https://github.com/astronomer/astro-cli/pull/1185)

neel-astro avatar Aug 08 '24 06:08 neel-astro