File: unittests

package info (click to toggle)
python-observabilityclient 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 1,630; sh: 46; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -e

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