File: run-tests

package info (click to toggle)
python-moehlenhoff-alpha2 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: xml: 729; python: 428; sh: 5; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (43)
1
2
3
4
5
6
#!/bin/sh
set -e
cp -r test* "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
$py -Wd -m pytest -v -x 2>&1
done