File: python3-pytest-localserver

package info (click to toggle)
pytest-localserver 0.9.0.post0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: python: 597; makefile: 9; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (11)
1
2
3
#!/bin/sh
set -e
for py in $(py3versions -i); do echo "[*] testing $py:"; $py -Wd -m pytest -v -x 2>&1; done