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

Changelog

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

  * QA upload.
  * Drop python2 support; Closes: #937666

 -- Sandro Tosi <email address hidden>  Fri, 29 Nov 2019 22:44:36 -0500

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coverage-test-runner_1.13.1-3.dsc 1.9 KiB c171d7930a91685b6290f7a333a7fd6b798ef9e011726541d81abad4aa44f7e3
python-coverage-test-runner_1.13.1.orig.tar.xz 18.8 KiB b0fb586cae25dc60c5107e3d0756aed3c6155191c35d9e5411fb4867fc4e0a80
python-coverage-test-runner_1.13.1-3.debian.tar.xz 2.3 KiB 7b0afb573495361606a64789f2c682e64a5953da7c563427acc6b463e946b797

Available diffs

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.