File: unittests

package info (click to toggle)
python-pure-pcapy3 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: python: 434; makefile: 8; sh: 4
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -e

for i in $(py3versions -rv 2>/dev/null) ; do
	PYTHONPATH=. python$i test/__init__.py
done