File: run-unit-test

package info (click to toggle)
python-pymummer 0.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 312 kB
  • sloc: python: 1,074; sh: 60; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

for py in $(py3versions --supported)
do
	$py -m pytest -v
done