File: python3-pytest-httpbin

package info (click to toggle)
pytest-httpbin 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: python: 292; makefile: 14; sh: 3
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