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

Stop making actual network connections when running tests #93

Closed
KingAkeem opened this issue Jun 17, 2018 · 0 comments
Closed

Stop making actual network connections when running tests #93

KingAkeem opened this issue Jun 17, 2018 · 0 comments

Comments

@KingAkeem
Copy link
Member

By either creating mock objects or simply downloading the test data locally and keeping it in a separate test_data folder. This will help with increasing the speed of test and not relying on a network connection to run tests. We don't want to touch actual servers while running tests and the tests currently take an unnecessary long amount of time.

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

No branches or pull requests

2 participants