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

Don't depend on httpbin.org for testing #44

Open
sunu opened this issue Jul 12, 2018 · 0 comments
Open

Don't depend on httpbin.org for testing #44

sunu opened this issue Jul 12, 2018 · 0 comments

Comments

@sunu
Copy link
Contributor

sunu commented Jul 12, 2018

We use httpbin.org in some of our tests. So the most obvious problem it creates is that you need internet to run the test suite. Secondly, httpbin is spewing random 503 responses these days that make our tests to fail randomly.

https://us.pycon.org/2015/schedule/presentation/344/ has interesting ideas about testing requests without the internet. May be we should use some of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant