summaryrefslogtreecommitdiffstats
path: root/debian/tests/pt
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/pt')
-rw-r--r--debian/tests/pt8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/pt b/debian/tests/pt
new file mode 100644
index 0000000..b5ac51b
--- /dev/null
+++ b/debian/tests/pt
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+cp -r tests $AUTOPKGTEST_TMP
+cd $AUTOPKGTEST_TMP
+export HOME=$AUTOPKGTEST_TMP
+for py in $(py3versions -s); do
+ $py -m pytest
+done