python-coverage 5.1+dfsg.1-2.1 source package in Ubuntu

Changelog

python-coverage (5.1+dfsg.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * use add_css_file() instead of deprecated add_stylesheet(); closes: #997378. 

 -- Joseph Nahmias <email address hidden>  Fri, 19 Nov 2021 08:33:46 -0500

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_5.1+dfsg.1-2.1.dsc 2.3 KiB 9dd24e1f97804acf5cc3ecf468e7340ba65254f3d988c9bc8711bb2ffe49936b
python-coverage_5.1+dfsg.1.orig.tar.xz 523.8 KiB ff54a560696598523b7b49a7e43206a5273162ab160ed5419856d8b123b33237
python-coverage_5.1+dfsg.1-2.1.debian.tar.xz 20.8 KiB 77cc43c7d6bad64ea5b219fd7f88fe0e5b4a8bd8395f9abdb553a92f0ab74841

No changes file available.

Binary packages built by this source

pypy-coverage: No summary available for pypy-coverage in ubuntu jammy.

No description available for pypy-coverage in ubuntu jammy.

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