File: python3-tests

package info (click to toggle)
python-svglib 1.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 2,736; sh: 6; makefile: 3
file content (10 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (2)
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
done