Source: python-pytest-cov Section: python Maintainer: Federico Ceratto Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, pybuild-plugin-pyproject, python3-hatchling, Build-Depends-Indep: python3-coverage , python3-hatch-fancy-pypi-readme, python3-pytest , python3-setuptools , Standards-Version: 4.7.4 Homepage: https://github.com/pytest-dev/pytest-cov Vcs-Git: https://salsa.debian.org/debian/python-pytest-cov.git Vcs-Browser: https://salsa.debian.org/debian/python-pytest-cov Testsuite: autopkgtest-pkg-python Package: python3-pytest-cov Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, libjs-jquery, libjs-jquery-hotkeys, libjs-jquery-isonscreen, libjs-jquery-tablesorter, libjs-jquery-throttle-debounce, python3-pytest (>= 3.6) Provides: ${python3:Provides} Recommends: ${python3:Recommends} Description: pytest plugin to produce coverage reports for Python3 This pytest plugin produces coverage reports. It supports both centralised and distributed testing across multiple hosts. It can run parallel tests on different platforms, architectures, and Python versions. It supports coverage of subprocesses and can produce reports in text, HTML, XML and annotated source code.