File: py3

package info (click to toggle)
python-wadllib 1.3.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 568 kB
  • sloc: xml: 3,484; python: 808; makefile: 17; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -euf
for py in $(py3versions -s); do
	echo "===== $py ====="
	$py -m zope.testrunner -vv -s wadllib.tests \
		--test-path /usr/lib/python3/dist-packages/
done