File: run-unit-test

package info (click to toggle)
python-envisage 7.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,880 kB
  • sloc: python: 8,696; makefile: 76; sh: 5
file content (8 lines) | stat: -rw-r--r-- 100 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
	xvfb-run -a $py -m pytest -v
done