deb-python-wsgi-intercept/test
Chris Dent 8e02d4e1fe Fix for python3 in use of urllib3.Response.data
Is bytes, we need to cast it to str to do `in`.
2016-03-18 13:24:10 +00:00
..
README fix typo in test/README 2016-03-14 15:25:33 +00:00
__init__.py Only turn warnings into errors on my manual tests. 2014-01-30 14:40:20 +00:00
install.py Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK 2016-01-27 16:13:06 +00:00
test_http_client.py Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK 2016-01-27 16:13:06 +00:00
test_httplib2.py Release 1.1.0 2016-01-22 14:41:46 +00:00
test_interceptor.py Fix for python3 in use of urllib3.Response.data 2016-03-18 13:24:10 +00:00
test_module_interceptor.py Release 1.1.0 2016-01-22 14:41:46 +00:00
test_requests.py Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK 2016-01-27 16:13:06 +00:00
test_urllib.py Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK 2016-01-27 16:13:06 +00:00
test_urllib3.py Add support for intercepting urllib3 2016-03-18 13:04:44 +00:00
test_wsgi_compliance.py Release 1.1.0 2016-01-22 14:41:46 +00:00
wsgi_app.py process headers only when application is processed 2015-07-31 14:22:07 +02:00

README

If you wish to run the tests without those tests which speak to
the internet (there are a few that validate that the intercept
does not intercept), set the WSGI_INTERCEPT_SKIP_NETWORK environment
variable to "True". Any other value or no value will mean that
the network tests will run.