File: python-pytest-forked

package info (click to toggle)
pytest-forked 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: python: 154; makefile: 11; sh: 8
file content (5 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
set -e
cp -a testing/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/testing/"
for py in $(pyversions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v 2>&1; done