python-coverage-test-runner 1.13.1-6 source package in Ubuntu

Changelog

python-coverage-test-runner (1.13.1-6) unstable; urgency=medium

  * Team upload.
  * Add missing python3-zombie-imp to Depends.

 -- Andreas Tille <email address hidden>  Fri, 23 Feb 2024 16:13:51 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coverage-test-runner_1.13.1-6.dsc 2.2 KiB a79bf56b0999b5ad33be66addeb30c5ace437a003a1e9e07a5db9df1f9524d78
python-coverage-test-runner_1.13.1.orig.tar.xz 18.8 KiB b0fb586cae25dc60c5107e3d0756aed3c6155191c35d9e5411fb4867fc4e0a80
python-coverage-test-runner_1.13.1-6.debian.tar.xz 3.7 KiB 29ec2d9ac6613b7a6dc5cbe5bcd3f1b52be962feeeed446c85652ab0ea112034

No changes file available.

Binary packages built by this source

python3-coverage-test-runner: fail Python program unit tests unless they test everything

 This package contains the Python module CoverageTestRunner, which runs
 unit tests implemented using the unittest module in the Python standard
 library. It runs them using coverage.py (in the python-coverage package)
 and fails the test if all statements are not covered.