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

Changelog

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

  * Team upload.
  * Drop old pypy remainings (Closes: #1026466)

 -- Jochen Sprickerhof <email address hidden>  Wed, 28 Dec 2022 20:23:31 +0100

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-2.dsc 2.3 KiB 8f18ec23015a47abd092c273dec23752f49009d7c506f37a79076a30db70d8ef
python-coverage_6.5.0+dfsg1.orig.tar.xz 573.8 KiB 28060366d6cc8dd790d1fb0d7b33cf62eadc0809a07ad82bfac0b2d02ec4a931
python-coverage_6.5.0+dfsg1-2.debian.tar.xz 20.0 KiB 58a95b01ea6c2fb611ff1f9d70e6ed4b9c8e3e6d1433a6d73ff2d3e4bbc35209

Available diffs

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