cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
538 stars 179 forks source link

Introduce tests to the args parser configuration #57

Closed stevemac007 closed 6 years ago

stevemac007 commented 6 years ago

Due to the primary entry point for this tool being the args parser, these tests exist to ensure that we can validate this interface and know when its structure changes.

If there are other cases that should be added, please let me know and I'll make sure to add them.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+2.8%) to 42.804% when pulling fd5c60a5de6fe9b16dcd81131597559e98f2a98a on test-args-parser into c4dac37b8233d813da1570d8a1b32e249835c5c6 on master.

stevemac007 commented 6 years ago

Merging this all together as part of #63