Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044322
en ru br
ALT Linux repos
S:1.5.0-alt2

Group :: Development/Python3
RPM: python3-module-wsgi_intercept

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.5.0-alt2
Build date: 31 may 2021, 13:02 ( 147.5 weeks ago )
Size: 31.16 Kb

Home page:   https://pypi.python.org/pypi/wsgi_intercept

License: MIT
Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing
Description:

Installs a WSGI application in place of a real URI for testing.

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.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-wsgi_intercept-tests
  • python3-module-wsgi_intercept-pickles
  • python3-module-wsgi_intercept-docs
  • python3-module-wsgi_intercept
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin