File: run-unit-test

package info (click to toggle)
python-xopen 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 220 kB
  • sloc: python: 724; makefile: 7; sh: 5
file content (8 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

for py in $(py3versions -r 2> /dev/null)
do
	$py -m pytest -v
done