File: run-unit-test

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

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