File: run-unit-test

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

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