File: unittests

package info (click to toggle)
python-datetimerange 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: python: 1,891; makefile: 256; sh: 5
file content (8 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

PYTHON3S=$(py3versions -vr 2>/dev/null)
set -e ; for pyvers in ${PYTHON3S}; do \
	python$pyvers -m pytest test ; \
done