File: python2-all

package info (click to toggle)
python-libdiscid 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 664 kB
  • sloc: python: 576; ansic: 104; sh: 14; makefile: 10
file content (10 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

cp -r libdiscid/tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP/tests

PYVERS=$(pyversions -vi)
for py in $PYVERS ; do
  python$py -m pytest .
done