summaryrefslogtreecommitdiffstats
path: root/debian/tests/python3-sphinx
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/python3-sphinx')
-rwxr-xr-xdebian/tests/python3-sphinx10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/tests/python3-sphinx b/debian/tests/python3-sphinx
new file mode 100755
index 0000000..581df90
--- /dev/null
+++ b/debian/tests/python3-sphinx
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -e -u
+cp -r tests "$AUTOPKGTEST_TMP/"
+cd "$AUTOPKGTEST_TMP"
+py3versions -s \
+| tr ' ' '\n' \
+| xargs -I {} env PYTHONWARNINGS=d PYTHONHASHSEED=random {} \
+ -m pytest -vv 2>&1
+
+# vim:ts=4 sw=4 et