File: run-tests

package info (click to toggle)
progressbar2 4.3b.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 856 kB
  • sloc: python: 4,628; makefile: 154; sh: 5
file content (6 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
set -e
cp -r test* examples.py "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
    $py -Wd -m pytest --no-cov -v -x 2>&1
done