File: unittest

package info (click to toggle)
python-libzim 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: python: 459; cpp: 226; makefile: 4
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