File: python3-sphinx-testing

package info (click to toggle)
sphinx-testing 1.0.1-0.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 220 kB
  • sloc: python: 741; makefile: 8; sh: 7
file content (8 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e -u
cp -r tests "$AUTOPKGTEST_TMP/"
cd "$AUTOPKGTEST_TMP"
py3versions -s \
| tr ' ' '\n' \
| xargs -I {} env PYTHONWARNINGS=d PYTHONHASHSEED=random {} \
  -m unittest discover -v -s tests 2>&1