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

Request: Include 'httpbin' executable script after installing #12

Closed
shazow opened this issue Sep 27, 2011 · 5 comments
Closed

Request: Include 'httpbin' executable script after installing #12

shazow opened this issue Sep 27, 2011 · 5 comments

Comments

@shazow
Copy link
Contributor

shazow commented Sep 27, 2011

I'm trying to port my urllib3 tests to use httpbin, and it would be extra convenient if when I did pip install httpbin, it installed an httpbin script into my virtualenv's bin dir for running it.

Kind of ironic that httpbin doesn't have a bin. ;)

@kennethreitz
Copy link
Contributor

You got it!

@kennethreitz
Copy link
Contributor

What runner will suit your needs? Leaning towards gevent.

@shazow
Copy link
Contributor Author

shazow commented Oct 13, 2011

Hmm. Now that I merged my embedded_dummyserver branch, this doesn't seem as important.

Could you make it runner-agnostic? That is, factor out the wsgi component and let it be runnable via SimpleHTTPServer or eventlet or gevent or gunicorn, etc.

@kennethreitz
Copy link
Contributor

You should be able to do that now :)

@kennethreitz
Copy link
Contributor

This is done.

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

No branches or pull requests

2 participants