File: testsuite

package info (click to toggle)
pylev 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: python: 222; sh: 34; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -efu

cp tests.py "$AUTOPKGTEST_TMP"

cd "$AUTOPKGTEST_TMP"

for py in $(py3versions -s); do
    $py tests.py
done