File: unittest

package info (click to toggle)
python-libzim 2.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,660 kB
  • sloc: python: 1,193; cpp: 394; makefile: 5
file content (3 lines) | stat: -rwxr-xr-x 69 bytes parent folder | download | duplicates (3)
1
2
3
for py in $(py3versions -s); do
	(cd tests && $py -m pytest -v)
done