File: control

package info (click to toggle)
guidata 3.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,764 kB
  • sloc: python: 20,091; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: set -efu
 ; export GUIDATA_UNATTENDED=1
 ; export HOME="$AUTOPKGTEST_TMP"
 ; cp -r guidata/tests "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m pytest tests
 ; done
Depends:
 python3-all,
 python3-guidata,
 python3-pytest,
 python3-pytest-xvfb,
Restrictions: allow-stderr, skip-not-installable