File: runtest

package info (click to toggle)
python-disptrans 0.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,564 kB
  • sloc: python: 165; sh: 6; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e -u

cp -va test_disptrans.py "$AUTOPKGTEST_TMP"/
cd "$AUTOPKGTEST_TMP"

for py in $(py3versions --supported); do
    $py -m pytest -v test_disptrans.py
done