d197a65ca63042da225675eb0a9ab85c93c2011e
* Don't usedevelop * short tracebacks on pytest * only pep8 in wsgi_intercept
wsgi-intercept
Documentation is available on Read The Docs.
What is it?
wsgi_intercept installs a WSGI application in place of a real host for testing while still preserving HTTP semantics. See the PyPI page page for more details. It works by intercepting the connection handling in http client libraries.
Supported Libraries
For Python 2.7 the following libraries are supported:
urllib2httplibhttplib2requestsurllib3
In Python 3:
urllib.requesthttp.clienthttplib2requestsurllib3
If you are using Python 2 and need support for a different HTTP
client, require a version of wsgi_intercept<0.6.
Description
Languages
Python
98.6%
Makefile
1.4%
