File: python3

package info (click to toggle)
nbclassic 0.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 1,492; makefile: 25; sh: 7
file content (10 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

MODULE=nbclassic
MODULE_ARGS=

for py in $(py3versions -s 2>/dev/null)
do cd "$AUTOPKGTEST_TMP"
   echo "Testing with $py:"
   $py -m pytest --pyargs $MODULE $MODULE_ARGS
done