File: unittests

package info (click to toggle)
python-threadpoolctl 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 356 kB
  • sloc: python: 1,447; sh: 189; ansic: 11; makefile: 2
file content (8 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh                                                                                                                      

SOURCE_DIR="$PWD"
cd "$AUTOPKGTEST_TMP"

for py in $(py3versions -s); do
    TMPDIR="$AUTOPKGTEST_TMP" $py -m pytest "$SOURCE_DIR"
done