./wip/py-wsgi-intercept, Installs a WSGI application in place of a real URI for testing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4, Package name: py310-wsgi-intercept-0.4, Maintainer: kamelderouiche

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.


Required to run:
[devel/py-setuptools] [www/py-httplib2] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: d160a1e43a21e3b6fb6c2fa4d02c9b182d155956
Filesize: 40.16 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-15 00:09:06 by Thomas Klausner | Files touched by this commit (1)
Log message:
Simplify a lot by smarter choice of DISTNAME.
Adapt path for py-httplib2 after import.
   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-04-14 22:27:59 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-wsgi-intercept-0.4 as wip/py-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.