File: unittests

package info (click to toggle)
python-ncclient 0.6.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,448 kB
  • sloc: python: 9,548; xml: 476; makefile: 77; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

PYTHON3S=$(py3versions -vr 2>/dev/null)
for pyvers in $PYTHON3S ; do
	python$pyvers -m pytest -v test
done