File: unittests

package info (click to toggle)
python-pyocr 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: python: 4,921; makefile: 90; sh: 3
file content (5 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/usr/bin/env sh

cp -r tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
python3 -m pytest --cov=pyocr --cov-report=term-missing --cov-fail-under=97 --cov-branch tests/*.py