aboutsummaryrefslogtreecommitdiff
path: root/www/py-WebTest/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-27 15:37:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-27 15:37:21 +0000
commit411a2d2380b4eb7fcdf35a9a2312a767607b4e98 (patch)
treea72be89ddf42a364d933d17f5ffa77d62f9bfe84 /www/py-WebTest/pkg-descr
parent07e4c396391d56be4e11943f0d151e5111c8d29c (diff)
downloadports-411a2d2380b4eb7fcdf35a9a2312a767607b4e98.tar.gz
ports-411a2d2380b4eb7fcdf35a9a2312a767607b4e98.zip
Notes
Diffstat (limited to 'www/py-WebTest/pkg-descr')
-rw-r--r--www/py-WebTest/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/py-WebTest/pkg-descr b/www/py-WebTest/pkg-descr
new file mode 100644
index 000000000000..a52e46e74bbf
--- /dev/null
+++ b/www/py-WebTest/pkg-descr
@@ -0,0 +1,7 @@
+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/