Source: pytest-subunit
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooĳ <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-subunit (>= 1.2),
               python3-testtools
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/jelmer/pytest-subunit
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-subunit.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-subunit

Package: python3-pytest-subunit
Architecture: all
Depends: python3-pytest (>= 2.3),
         python3-subunit (>= 1.2),
         ${misc:Depends},
         ${python3:Depends}
Description: pytest plugin that generates subunit output
 pytest-subunit is a plugin for pytest that makes it emit its test results
 in the subunit v2 streaming protocol rather than pytest's own console
 format.
 .
 This allows pytest results to be consumed by the various subunit tools,
 such as subunit2junitxml or testrepository, and to be aggregated across
 several test runs. The plugin also supports reading a list of tests to run
 from a file, so that a test run can be split up across workers.
