1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: webtest
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python-all,
python-setuptools (>= 0.6b3-1~), python-webob, python-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 3.9.3
X-Python-Version: >=2.4
Homepage: http://pythonpaste.org/webtest/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/webtest/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/webtest/trunk/
Package: python-webtest
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-webob,
python-paste (>= 1.7.1), python-pastedeploy, python-pastescript
Recommends: python-simplejson, python-beautifulsoup, python-lxml
Suggests: ${sphinxdoc:Depends}
Description: wraps any WSGI application and makes it easy to test
WebTest helps you test your WSGI-based web applications. This can be any
application that has a WSGI (Web Server Gateway Interface) interface,
including an application written in a framework that supports WSGI (which
includes most actively developed Python web frameworks – almost anything
that even nominally supports WSGI should be testable).
|