summaryrefslogtreecommitdiff
path: root/debian/tests/control.autodep8
blob: a9eefa07c5ebf5718cccfeec379b0c9f7a5ab028 (plain)
1
2
3
4
5
6
7
8
9
10
11
Test-Command: set -efu ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m unittest discover silx 2>&1 ; done
Depends: python-all, python-silx

Test-Command: set -efu ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py-dbg:" ; $py-dbg -m unittest discover silx 2>&1 ; done
Depends: python-all-dbg, python-silx-dbg

Test-Command: set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m unittest discover silx 2>&1 ; done
Depends: python3-all, python3-silx

Test-Command: set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py-dbg:" ; $py-dbg -m unittest discover silx 2>&1 ; done
Depends: python3-all-dbg, python3-silx-dbg