File: pytest

package info (click to toggle)
python-stack-data 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: python: 2,204; sh: 29; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -euf

cp -a tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

for py in $(py3versions -s); do
	$py -m pytest
done