File: python-pytest-httpbin

package info (click to toggle)
pytest-httpbin 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 71
  • sloc: python: 252; makefile: 15; sh: 5
file content (3 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download | duplicates (4)
1
2
3
#!/bin/sh
set -e
for py in $(pyversions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done