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
|
Source: pytest-tornado
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Pierre-Elliott Bécue <peb@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pandoc,
python3-all,
python3-packaging,
python3-pytest,
python3-setuptools,
python3-tornado,
Standards-Version: 4.7.2
Homepage: https://github.com/eugeniy/pytest-tornado
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-tornado.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-tornado
Package: python3-pytest-tornado
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: pytest plugin to test Tornado applications (Python 3)
pytest-tornado is a plugin for the Pytest testing framework which
provides fixtures and markers to simplify testing of Tornado applications
(Python web framework and ansynchronous networking library).
.
This package contains the plugin for Python 3 code.
|