File: run-unit-test

package info (click to toggle)
python-geneimpacts 0.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: python: 772; sh: 5; makefile: 4
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