summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
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.