File: unittests

package info (click to toggle)
python-ddt 1.7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 785; makefile: 147; sh: 11
file content (9 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (2)
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 pytest -v
done