File: python3-liblo

package info (click to toggle)
pyliblo 0.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 552; makefile: 22; sh: 6
file content (9 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eu

cp -r test "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
for python in $(py3versions -s); do
	PYTHONWARNINGS=d $python -m unittest discover -s test/ -p '*.py' -v 2>&1
done