File: unittests

package info (click to toggle)
python-pycotap 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: python: 436; makefile: 39; sh: 5
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

PY3VERS=$(py3versions -rv 2>/dev/null)
for i in ${PY3VERS} ; do
	python${i} test/test.py
done