2012-08-31 15:47:19 +02:00
|
|
|
py-WebTest is a helper to test WSGI applications, it wraps any WSGI application
|
|
|
|
and makes it easy to send test requests to that application, without starting up
|
|
|
|
an HTTP server. It provides convenient full-stack testing of applications
|
2009-02-27 16:37:21 +01:00
|
|
|
written with any WSGI-compatible framework.
|
|
|
|
|
|
|
|
WWW: http://pythonpaste.org/webtest/
|