File: unittests

package info (click to toggle)
python-txaio 25.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 552 kB
  • sloc: python: 2,122; makefile: 178; sh: 48
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -e

for pyvers in $(py3versions -vr 2>/dev/null); do
	PYTHONPATH=. python$pyvers -m pytest --ignore=test/test_packaging.py
done