summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a76bf62
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: python-coverage-test-runner
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: python
+Priority: optional
+Standards-Version: 3.8.0
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38),
+ python-central (>= 0.5.6), python
+XS-Python-Version: all
+
+Package: python-coverage-test-runner
+Architecture: all
+Depends: ${python:Depends}, python-coverage
+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 coverage.py (in the python-coverage package)
+ and fails the test if all statements are not covered.