Skip to content
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

Use mock (and/or pytest mock) for testing #21

Open
fhightower opened this issue Aug 12, 2017 · 0 comments
Open

Use mock (and/or pytest mock) for testing #21

fhightower opened this issue Aug 12, 2017 · 0 comments

Comments

@fhightower
Copy link
Member

As the data in the api is constantly changing, we can't predict how many results to expect back from it. As such, I propose we use mock or pytest mock (https://github.com/pytest-dev/pytest-mock/) to simulate an API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development
  
To do
Development

No branches or pull requests

1 participant