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

Changelog

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

  * QA upload.
  * Using new DH level format.Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper >= 9'to
        'debhelper-compat = 12' in Build-Depends field.
  * debian/control:
      - Added 'Rules-Requires-Root: no' in source stanza.
      - Bumped Standards-Version to 4.5.0.
  * debian/copyright:
      - Added an email address to upstream.
      - Added the block debian/*.

 -- Jair Reis <email address hidden>  Sun, 26 Apr 2020 13:10:00 -0300

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
Mantic release universe python
Lunar release universe python
Jammy release universe python

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coverage-test-runner_1.13.1-4.dsc 1.9 KiB b7bb2727be52ae7143afaa61ee6c4ae3fc6fa627eb2c4d3969fe69c31355be8b
python-coverage-test-runner_1.13.1.orig.tar.xz 18.8 KiB b0fb586cae25dc60c5107e3d0756aed3c6155191c35d9e5411fb4867fc4e0a80
python-coverage-test-runner_1.13.1-4.debian.tar.xz 2.4 KiB b85c0498df76c6f35057250a2dc2de5b9f63f839691a75c95fe2bdd8bc142852

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.