Go to file
Chris Dent d197a65ca6 Some cleanups to tox.ini
* Don't usedevelop
* short tracebacks on pytest
* only pep8 in wsgi_intercept
2016-09-23 00:30:22 +01:00
2016-09-22 19:00:13 +01:00
2012-10-02 07:04:33 -07:00
2015-08-12 13:44:44 +01:00
2016-09-22 19:00:13 +01:00
2014-07-19 14:06:56 +01:00
2016-03-18 14:29:47 +00:00
2014-08-06 10:44:02 +01:00
2016-09-23 00:30:22 +01:00

wsgi-intercept

travis

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:

  • urllib2
  • httplib
  • httplib2
  • requests
  • urllib3

In Python 3:

  • urllib.request
  • http.client
  • httplib2
  • requests
  • urllib3

If you are using Python 2 and need support for a different HTTP client, require a version of wsgi_intercept<0.6.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 271 KiB
Languages
Python 98.6%
Makefile 1.4%