File: unittest

package info (click to toggle)
python-libzim 3.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 1,690; cpp: 397; makefile: 7
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