diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4885906..5d38d9d 100644 --- a/debian/control +++ b/debian/control @@ -14,5 +14,5 @@ XB-Python-Version: ${python:Versions} 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 the coverage.py (in the python-coverage package) + library. It runs them using coverage.py (in the python-coverage package) and fails the test if all statements are not covered. |