File: python-vcr

package info (click to toggle)
vcr.py 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 908 kB
  • sloc: python: 4,940; makefile: 180; sh: 17
file content (7 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e

cp -r tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest -v -x -rs 2>&1