aboutsummaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-06-19 14:37:32 -0700
committerThomas Kluyver <takowl@gmail.com>2014-06-19 14:37:32 -0700
commit07ed30ecd8537a72cea8554146fdb946dc6773f4 (patch)
treec9eb568440061e4955a083917e5ce3e30b94b89c /debian/tests
parent98919c7c500f9e0a69ebea66f8c087df90772a3c (diff)
downloadpython-paramiko-07ed30ecd8537a72cea8554146fdb946dc6773f4.tar
python-paramiko-07ed30ecd8537a72cea8554146fdb946dc6773f4.tar.gz
Add autopkgtest information
Copied from this Ubuntu commit, then added Python 3 test run: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/utopic/paramiko/utopic/revision/15
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/control3
-rw-r--r--debian/tests/upstream5
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..799e33c
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: upstream
+Depends: @
+Restrictions: allow-stderr
diff --git a/debian/tests/upstream b/debian/tests/upstream
new file mode 100644
index 0000000..7a400be
--- /dev/null
+++ b/debian/tests/upstream
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+
+python ./test.py --verbose
+python3 ./test.py --verbose