File: python3-all

package info (click to toggle)
python-libdiscid 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: python: 653; ansic: 104; sh: 6; makefile: 5
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