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 written with any WSGI-compatible framework. WWW: http://pythonpaste.org/webtest/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
miwi 2009-02-27 15:37:21 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-WebTest Makefile distinfo pkg-descr pkg-plist Log: 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 written with any WSGI-compatible framework. WWW: http://pythonpaste.org/webtest/ PR: ports/132045 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.2275 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/py-WebTest/Makefile (new) 1.1 +3 -0 ports/www/py-WebTest/distinfo (new) 1.1 +7 -0 ports/www/py-WebTest/pkg-descr (new) 1.1 +1 -0 ports/www/py-WebTest/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!