-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Test Pattern for Unit Testing in Cloud-Nuke #494
Comments
This was referenced Jul 12, 2023
This was referenced Jul 18, 2023
Merged
This was referenced Jul 26, 2023
This was referenced Jul 28, 2023
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
This was referenced Aug 4, 2023
Merged
Merged
Merged
Merged
Merged
This was referenced Aug 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like we are creating various AWS resources on cloud for unit testing. This approach works but it incurs additional cost and we see quite a lot of transient issues (e.g., QuotaLimit, Timeout, ...). We might want to try switching to this recommendation where we use mock implementation to test the behaviour we want - https://aws.amazon.com/blogs/developer/mocking-out-then-aws-sdk-for-go-for-unit-testing/.
The text was updated successfully, but these errors were encountered: