-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add module tests #48
Add module tests #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start! Looking forward to seeing how this develops.
Very cool! This looks awesome! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One non-blocking suggestion. This is really great! Making Terraform testable with native capabilities is so much slicker than alternatives!
Co-authored-by: Paul Hirsch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
closes #15
Adds tests for all of the existing modules, attempting to exercise all outputs and input variables.
Only the s3 module is actually creating real infrastructure. The rest of the modules are mocking the cloudfoundry provider to speed test runs significantly and enable testing modules that require either multiple spaces or more memory than we can dedicate to CI runs.