You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test should call Validate() multiple times, comparing results/warnings, etc. to see whether those has changed or not, this should be straightforward
Re. external dependencies: do you have any specific approach in mind?
No specific approach, but any call out to an authenticated resource such as aws ec2 metadata services or an environment variable will fail (though, I did add env var support for tests).
This test should ensure the following:
Validate()
function in an idempotent manner (meaning, theConfig
object is not modified by a call toValidate
)Validate()
call does not depend on external resources such as network calls.The text was updated successfully, but these errors were encountered: