summaryrefslogtreecommitdiff
path: root/debian/control
blob: ee10de68f9c3417e7c277b018a7feefd35df2976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: python-coverage-test-runner
Maintainer: Lars Wirzenius <liw@liw.fi>
Homepage: http://liw.fi/coverage-test-runner/
Section: python
Priority: optional
Standards-Version: 4.0.0
Build-Depends: debhelper (>= 9), dh-python,
  python-all (>= 2.7~), python-coverage,
  python3-all, python3-coverage

Package: python-coverage-test-runner
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-coverage
Description: 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.

Package: python3-coverage-test-runner
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-coverage
Description: 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.