Source: python-coverage Maintainer: Ben Finney Section: python Build-Depends: dh-sequence-python3, dh-sequence-sphinxdoc, pybuild-plugin-pyproject, python3-sphinx , python3-sphinx-code-tabs , python3-sphinx-rtd-theme , python3-sphinxcontrib-linklint , python3-sphinxcontrib.restbuilder , python3-sphinxcontrib.spelling , python3-sphinxext-rediraffe , python3-setuptools, python3-all-dev, python3, debhelper-compat (= 14) Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.4 Homepage: https://coverage.readthedocs.io/ VCS-Git: https://salsa.debian.org/debian/pkg-python-coverage.git VCS-Browser: https://salsa.debian.org/debian/pkg-python-coverage/ Description: code coverage tool for Python Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. . Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. Package: python3-coverage Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Suggests: python-coverage-doc Description: ${source:Synopsis} — Python 3 ${source:Extended-Description} . This package installs the Python version 3 ‘coverage’ library, and the ‘python3-coverage’ program to perform and report coverage tests. Package: python-coverage-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: ${source:Synopsis} — documentation ${source:Extended-Description} . This package installs the HTML documentation for Coverage.py.