File: upstream-tests

package info (click to toggle)
python-vobject 0.9.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 608 kB
  • sloc: python: 3,562; sh: 7; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e -u

cp -va tests.py test_files "$AUTOPKGTEST_TMP"/
cd "$AUTOPKGTEST_TMP"

for py in $(py3versions -s 2>/dev/null); do
	echo "Running testsuite with $py:"
	$py -m pytest tests.py
done