File: unittests

package info (click to toggle)
testresources 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 308 kB
  • sloc: python: 1,658; makefile: 28; sh: 6
file content (9 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e
set -x

PYTHON3S=$(py3versions -vs)
for i in ${PYTHON3S} ; do \
	python$i -m testtools.run discover ; \
done