diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-27 23:37:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-27 23:37:21 +0800 |
commit | d7dc67243841a472cca47f34fab8a76fe23a9a45 (patch) | |
tree | 1ef53f778381c6b886db243c3f5e1e36f9a9db96 /www/Makefile | |
parent | 372975de177600d47c34972e68235e0bdff7ec85 (diff) | |
download | freebsd-ports-gnome-d7dc67243841a472cca47f34fab8a76fe23a9a45.tar.gz freebsd-ports-gnome-d7dc67243841a472cca47f34fab8a76fe23a9a45.tar.zst freebsd-ports-gnome-d7dc67243841a472cca47f34fab8a76fe23a9a45.zip |
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>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c60c5b52d53d..267d802eadd6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1222,6 +1222,7 @@ SUBDIR += py-HTMLgen SUBDIR += py-Lightbox SUBDIR += py-WebError + SUBDIR += py-WebTest SUBDIR += py-albatross SUBDIR += py-amf SUBDIR += py-apachelog |