File: unittests

package info (click to toggle)
python-termcolor 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 461; makefile: 10; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

for i in $(py3versions -rv 2>/dev/null) ; do
	python${i} -m pytest tests -v
done