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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: webtest
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: dh-python, python3-all,
python3-setuptools, python3-webob,
# docs & tests
python3-sphinx, python3-six, python3-bs4, python3-waitress,
# tests
# python-unittest2, python-pyquery
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://docs.pylonsproject.org/projects/webtest
Vcs-Git: https://salsa.debian.org/python-team/packages/webtest.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/webtest
Package: python3-webtest
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-webob,
python3-six, python3-waitress, python3-bs4,
python3-paste, python3-pastedeploy
Recommends: python3-lxml
#, python3-pyquery
Suggests: python-webtest-doc
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).
.
This is the Python 3 version of the package.
Package: python-webtest-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${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).
|