Source: pytest-tap
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Simon McVittie <smcv@debian.org>,
           Philipp Huebner <debalance@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               dpkg-build-api (= 1),
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling (>= 1.27),
               python3-pytest,
               python3-tap (<< 4.0),
               python3-tap (>= 3.2)
Standards-Version: 4.7.3
Homepage: https://github.com/python-tap/pytest-tap
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-tap.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-tap
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pytest-tap
Architecture: all
Depends: python3-pytest (>= 3.0),
         python3-tap (>= 3.2),
         ${misc:Depends},
         ${python3:Depends}
Description: Pytest plugin to generate structured TAP output
 The Test Anything Protocol (TAP) is a line based test protocol
 for recording test data in a standard way.
 It aims to be both machine-readable and human-readable.
 .
 pytest is a testing framework for Python aiming to minimize boilerplate
 code around the tests.
 .
 This package provides a plugin adding a pytest --tap option,
 to show results in machine-readable TAP format.
