File: control

package info (click to toggle)
python-fisx 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,588 kB
  • sloc: cpp: 9,085; python: 1,321; sh: 144; makefile: 44
file content (15 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
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:"
 ; $py -m fisx.tests.testAll 2>&1
 ; done
Depends: python3-all, python3-fisx

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