You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 9 Feb 2011 at 6:23
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
[email protected]
on 9 Feb 2011 at 6:23The text was updated successfully, but these errors were encountered: