File: unittests

package info (click to toggle)
python-http-ece 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: python: 740; makefile: 8; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 123 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e
set -x

for pyvers in `py3versions -rv 2>/dev/null` ; do
	python$pyvers -m pytest -v http_ece/tests
done