File: python-vcr

package info (click to toggle)
vcr.py 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 860 kB
  • ctags: 670
  • sloc: python: 4,608; makefile: 181; sh: 3
file content (3 lines) | stat: -rwxr-xr-x 92 bytes parent folder | download
1
2
3
#!/bin/sh -e
pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest -v -x -rs 2>&1