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 | 0000005394 5.27 KB | |
python-wsgi_intercept.spec | 0000002668 2.61 KB | |
wsgi_intercept-1.8.0.tar.gz | 0000026919 26.3 KB |
Revision 38 (latest revision is 61)
Thomas Bechtold (tbechtold)
committed
(revision 38)
- Add back devel dependency to be able to build on SLE12SP4. Without it, the build fails with: ImportError: cannot import name HTTPSConnection
Comments 0