astro-cli
astro-cli copied to clipboard
Improve `cloud/deployment` unit tests
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)