File: python3-tests

package info (click to toggle)
python-opentype-sanitizer 8.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: python: 409; sh: 24; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -euo pipefail

cp -a tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

for p in $(py3versions -s); do
    "${p}" -m pytest -v
done