File: unittests

package info (click to toggle)
python-pyspnego 0.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,688 kB
  • sloc: python: 16,197; sh: 182; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh

set -e

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