File: run-tests

package info (click to toggle)
python-securetar 2025.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 1,104; makefile: 11; sh: 6
file content (6 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
set -e
cp -a test* "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
$py -Wd -m pytest -v -x 2>&1
done