python-wsgi_intercept
Testing a WSGI application normally involves starting a server at a local host and port, then pointing your test code to that address. Instead, this library lets you intercept calls to any specific host/port combination and redirect them into a `WSGI application`_ importable by your test program. Thus, you can avoid spawning multiple processes or threads to test your Web app.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-wsgi_intercept
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-wsgi_intercept && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
python-wsgi_intercept.changes | 0000007796 7.61 KB | |
python-wsgi_intercept.spec | 0000002521 2.46 KB | |
wsgi_intercept-1.13.0.tar.gz | 0000029282 28.6 KB |
Revision 58 (latest revision is 61)
Dirk Mueller (dirkmueller)
committed
(revision 58)
- update to 1.13.0: * Support Python 3.12 - Update to version 1.11.0 - Update to version 1.10.0 * Correct the bytes v str problem * Fix pep8 errors in doc string
Comments 0