File: unittests

package info (click to toggle)
python-testtools 2.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,388 kB
  • sloc: python: 15,033; makefile: 127; sh: 7
file content (7 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

set -e

set -ex ; for pyvers in $(py3versions -rv 2>/dev/null); do \
	PYTHONPATH=`pwd` PYTHON=python$pyvers python$pyvers -m testtools.run tests.test_suite ; \
done