python-coverage-test-runner 1.11-1 source package in Ubuntu

Changelog

python-coverage-test-runner (1.11-1) unstable; urgency=low

  * New upstream version.
  * debian/control: Move Homepage: to source stanza.
  * debian/control: Update Standards-Version to 3.9.5. No further
    changes required.

 -- Lars Wirzenius <email address hidden>  Sun, 25 Oct 2015 13:17:24 +0200

Upload details

Uploaded by:
to be removed
Uploaded to:
Sid
Original maintainer:
to be removed
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coverage-test-runner_1.11-1.dsc 1.9 KiB 21b6c024088dc12399537254c69327f32c0d341c8c3de4b7c87b2ea56e7889d1
python-coverage-test-runner_1.11.orig.tar.xz 18.6 KiB 11630209fbb02a86c0cea898daf3094f463ead256f83d05a742fa41be7972639
python-coverage-test-runner_1.11-1.debian.tar.xz 2.1 KiB 0734073a82d3c8657b716d277438cb02acc9a558a98bd0e46c8cb192a3fc91c8

Available diffs

No changes file available.

Binary packages built by this source

python-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.