File: python3-all

package info (click to toggle)
python-libdiscid 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 672 kB
  • sloc: python: 708; ansic: 104; makefile: 13; sh: 6
file content (8 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

cd $AUTOPKGTEST_TMP
PYVERS=$(py3versions -vs)
for py in $PYVERS ; do
  python$py -m pytest --pyargs libdiscid.tests
done