File: python3-pytest-httpbin

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