File: unittests

package info (click to toggle)
python-typepy 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: python: 2,886; makefile: 78; sh: 7
file content (7 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -e

set -e ; for pyvers in $(PYTHON3S); do \
	python$$pyvers -m pytest test ; \
done