File: run-unit-test

package info (click to toggle)
python-transitions 0.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,284 kB
  • sloc: python: 6,960; makefile: 9; sh: 7
file content (8 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
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 tests
done