1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pytest-twisted
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andrey Rahmatullin <wrar@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/pytest-dev/pytest-twisted
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-twisted.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-twisted
Rules-Requires-Root: no
Package: python3-pytest-twisted
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-twisted
Description: twisted plugin for py.test
pytest-twisted is a plugin for pytest, which allows one to test code,
which uses the twisted framework. test functions can return Deferred
objects and pytest will wait for their completion with this plugin.
.
This package provides the Python 3 module.
|