This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. This provides convenient full-stack testing of applications written with any WSGI-compatible framework
17 lines
450 B
Makefile
17 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/03 15:50:20 jihbed Exp $
|
|
|
|
DISTNAME= WebTest-2.0.17
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://pypi.python.org/packages/source/W/WebTest/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://webtest.pythonpaste.org/
|
|
COMMENT= Helper to test WSGI applications
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|