Path to this page:
./
wip/py-wsgi-intercept,
Installs a WSGI application in place of a real URI for testing
Branch: CURRENT,
Version: 0.4,
Package name: py312-wsgi-intercept-0.4,
Maintainer: kamelderouicheTesting 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)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-wsgi-intercept-0.4
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-wsgi-intercept-0.4
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-wsgi-intercept-0.4
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) | |
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.
|