summaryrefslogtreecommitdiff
path: root/debian/tests/run-tests
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-10-12 10:22:39 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-10-12 10:22:39 +0200
commit8c8d4e74191c7419ae12d551269e494b58e44281 (patch)
tree277b1181e1fa969bfd7b2f91504ab063e148ecaf /debian/tests/run-tests
parentcef90610bf1bd56da9f94ed4f848b08e0203f532 (diff)
downloadpython-apt-8c8d4e74191c7419ae12d551269e494b58e44281.tar.gz
add dep8 style tests
Diffstat (limited to 'debian/tests/run-tests')
-rw-r--r--debian/tests/run-tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/run-tests b/debian/tests/run-tests
new file mode 100644
index 00000000..bb980c6b
--- /dev/null
+++ b/debian/tests/run-tests
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+# from debian/rules
+for python in $(utils/pyversions -r); do
+ $python tests/test_all.py -q
+done