File: run-tests

package info (click to toggle)
python-utils 3.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 396 kB
  • sloc: python: 2,135; makefile: 19; sh: 5
file content (6 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
set -e
cp -r _python_utils_tests "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
    $py -Wd -m pytest -v -x 2>&1
done