kevinsl / wsgi-intercept

Automatically exported from code.google.com/p/wsgi-intercept
Other
0 stars 0 forks source link

app engine urlfetch intercept #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I spent hours trying to get wsgi_intercept to work in the local App Engine SDK 
environment for tests, but I couldn't understand how it was patching httplib to 
use urlfetch AND rely on httplib to actually make urlfetch requests while in 
the local environment. So I wrote my own more direct patch. Hopefully somebody 
can make it a more useful module for wsgi_intercept.

https://gist.github.com/818005

Original issue reported on code.google.com by progr...@gmail.com on 9 Feb 2011 at 6:23

GoogleCodeExporter commented 8 years ago
Hi. Sorry for the mega late reply.  I modernized the wsgi intercept project so 
you can now check out the source and run the test suite in tox -- 
http://codespeak.net/tox/  It will install all dependencies in a virtualenv 
making development way easier.  If you feel like taking another stab at 
integrating this as a submodule and writing some unit tests for it then I'll 
get it committed asap.

Original comment by kumar.mcmillan on 21 May 2011 at 8:13