issues
search
cdent
/
wsgi-intercept
Intercept socket connection to wsgi applications for testing
MIT License
42
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update argument processing for modern requests
#78
cdent
closed
3 months ago
1
A number of tests are failing
#77
musicinmybrain
opened
3 months ago
2
Update urllib3
#76
cdent
opened
7 months ago
1
drop support for python 2
#75
cdent
opened
8 months ago
0
support urllib3 > 2
#74
cdent
opened
8 months ago
1
Turn on tests for pull requests
#73
cdent
closed
11 months ago
1
Support Python 3.12
#72
shadchin
closed
11 months ago
1
Include tox.ini in source distribution
#71
jcapiitao
closed
1 year ago
1
Pin urllib3 to < 2.0.0
#70
cdent
closed
1 year ago
0
refer to pytest not py.test in tests
#69
cdent
closed
2 years ago
0
Incompatibility with pytest 7.2.0
#68
frenzymadness
closed
2 years ago
2
PEP517
#67
Alessandro-Barbieri
opened
2 years ago
4
Correct handling of a environ keys in python2
#66
cdent
closed
2 years ago
0
Simple example fails with Python 2
#65
nboullis
closed
2 years ago
5
Test by git hub actions
#64
cdent
closed
3 years ago
0
AddingPowerSupport_CI/Testing
#63
santosh653
closed
3 years ago
2
Support aiohttp
#62
vjpr
opened
4 years ago
2
Don't send headers until we've read some results
#61
cjwatson
closed
4 years ago
3
Enable support for verify=False set in requests library.
#60
fuzzyrichie
closed
5 years ago
8
HTTPS connections with Requests library don't support verify=False to outside domains
#59
fuzzyrichie
closed
5 years ago
7
Updates for dependent library changes
#58
cdent
closed
5 years ago
0
With httplib2 0.14.0 many tests fail
#57
scarabeusiv
closed
3 years ago
9
Missing 2 required positional arguments: 'environ' and 'start_response' with Django 2.2
#56
TheMatrix97
opened
5 years ago
4
Pypi sdist tarball doesn't have README.rst
#55
dvzrv
closed
6 years ago
3
Allow nested interceptor context managers
#54
cdent
closed
6 years ago
0
Interceptor.uninstall_interceptor turns off intercept for all intercepts using the same module
#53
cdent
closed
6 years ago
0
set wsgi.errors to sys.stderr
#52
pupssman
closed
6 years ago
3
Logs / errors are lost due to `wsgi.errors` not extracted
#51
pupssman
closed
6 years ago
4
Use matrix for travis
#50
cdent
closed
7 years ago
0
Ignore `socket_options` for urllib3
#49
univerio
closed
7 years ago
3
urllib3 intercept cause TypeError with https URL
#48
boralyl
closed
7 years ago
8
Accept an empty string from a wsgi iterator
#47
cdent
closed
7 years ago
2
Write ignores response body when first item in iterable is an empty string
#46
noonat
closed
7 years ago
1
Response header check
#45
cdent
closed
8 years ago
2
Use tox
#44
cdent
closed
8 years ago
0
wsgi-intercept should build in some character encoding checks
#43
cdent
closed
8 years ago
0
Correctly handler a url argument to interceptor with no port
#42
cdent
closed
8 years ago
0
When using the url arg to an Interceptor, if there is no port in the url an error happens
#41
cdent
closed
8 years ago
0
Small fix in docstring
#40
Cito
closed
8 years ago
1
wsgi_intercept.make_environ turns headers into unicode
#39
socek
closed
8 years ago
3
Add support for intercepting urllib3
#38
cdent
closed
8 years ago
1
Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK
#37
cdent
closed
8 years ago
0
Please allow to disable internet tests
#36
thomasgoirand
closed
8 years ago
3
Guard against http_proxy and https_proxy
#35
cdent
closed
8 years ago
1
unexpected keyword argument 'source_address'
#34
NGSegovia
closed
8 years ago
3
Including LICENSE file in the code repository and Adding it in the Manifest file
#33
chkumar246
closed
9 years ago
4
process headers only when application is processed
#32
sileht
closed
9 years ago
1
Attempt to address issues with path_info encoding in Python3
#31
cdent
closed
9 years ago
0
kwarg error when $http_proxy is set in environ
#30
aisk
closed
8 years ago
7
Fixed InsecureRequestWarning from urllib3
#29
univerio
closed
9 years ago
2
Next