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
|
Source: pytest-order
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-pytest,
python3-setuptools,
python3-sphinx <!nodoc>
Standards-Version: 4.6.0
Homepage: https://github.com/pytest-dev/pytest-order
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-order.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-order
Rules-Requires-Root: no
Package: python3-pytest-order
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-pytest-order-doc
Description: pytest plugin to order test execution
pytest-order is a pytest plugin that allows you to customize the order
in which your tests are run. It uses the marker order that defines
when a specific test shall run, either by using an ordinal number, or
by specifying the relationship to other tests.
Package: python-pytest-order-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Recommends: python3-pytest-order
Multi-Arch: foreign
Description: pytest plugin to order test execution (documentation)
pytest-order is a pytest plugin that allows you to customize the order
in which your tests are run. It uses the marker order that defines
when a specific test shall run, either by using an ordinal number, or
by specifying the relationship to other tests.
.
This package contains the pytest-order documentation in HTML format.
Build-Profiles: <!nodoc>
|