Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Remove dependency on aws credentials for running unit tests #1

Closed
shrinandj opened this issue Jul 5, 2018 · 0 comments · Fixed by #45
Closed

Remove dependency on aws credentials for running unit tests #1

shrinandj opened this issue Jul 5, 2018 · 0 comments · Fixed by #45
Assignees

Comments

@shrinandj
Copy link
Collaborator

Currently, running make runs the unit tests which require valid aws credentials. This is because the unit tests invoke the boto apis that actually make AWS api calls. Instead, the appropriate calls should be mocked with mocker or moto. This will also reduce the time required for the tests to run.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants