summaryrefslogtreecommitdiff
path: root/debian/tests/control
blob: d25a9aada9be180857b71c3df05038b6a912f86b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: set -efu
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; xvfb-run -a --server-args="-screen 0 1024x768x24" $py -m PyMca5.tests.TestAll 2>&1
 ; done
Depends: python3-all, python3-pymca5, xauth, xvfb

Test-Command: set -efu
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py-dbg:"
 ; xvfb-run -a --server-args="-screen 0 1024x768x24" $py-dbg -m PyMca5.tests.TestAll 2>&1
 ; done
Depends: python3-all-dbg, python3-pymca5-dbg, xauth, xvfb