Path to this page:
Subject: CVS commit: wip/py-wsgi-intercept
From: Kamel Derouiche
Date: 2010-04-14 22:27:59
Message id: E1O29C2-0004tx-Ot@sfp-cvsdas-2.v30.ch3.sourceforge.com
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.
Files: