File: pytest

package info (click to toggle)
pylzss 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: ansic: 568; python: 65; sh: 7; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -e

cp test.py "$AUTOPKGTEST_TMP"
for py in $(py3versions -s) ; do
    cd "$AUTOPKGTEST_TMP"
    echo "Testing with $py:"
    $py test.py
done