python-coverage 6.5.0+dfsg1-3 source package in Ubuntu

Changelog

python-coverage (6.5.0+dfsg1-3) unstable; urgency=medium

  * Declare conformance to “Standards-Version: 4.6.2”.
    No additional changes required.
  * Explicitly mark superficial AutoPkgTest cases.
  * Use external package ‘python3-package-smoke-test’ for AutoPkgTest.
    Closes: bug#1040846. Thanks to Matthias Klose for the report.
  * debian/tests/smoke_test.py:
    * Remove unused test helper module, now migrated to external package.

 -- Ben Finney <email address hidden>  Fri, 21 Jul 2023 14:59:32 +1000

Upload details

Uploaded by:
Ben Finney
Uploaded to:
Sid
Original maintainer:
Ben Finney
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-coverage_6.5.0+dfsg1-3.dsc 2.3 KiB 27f0438806f97b1c40c5f0538d7feedd5b71e0a243c9aed668e0ee929458bd82
python-coverage_6.5.0+dfsg1.orig.tar.xz 573.8 KiB 28060366d6cc8dd790d1fb0d7b33cf62eadc0809a07ad82bfac0b2d02ec4a931
python-coverage_6.5.0+dfsg1-3.debian.tar.xz 19.4 KiB 41078b024d5eb7d387e4c373870ae6fb564e344587a2c28488cc628d949d015b

No changes file available.

Binary packages built by this source

python-coverage-doc: code coverage tool for Python — documentation

 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.
 .
 This package installs the HTML documentation for Coverage.py.

python3-coverage: code coverage tool for Python 3

 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.
 .
 This package installs the Python version 3 ‘coverage’ library, and the
 ‘python3-coverage’ program to perform and report coverage tests.

python3-coverage-dbgsym: debug symbols for python3-coverage