DEBSOURCES
Skip Quicknav
sources / python-pyocr / 0.8.5-3 / debian / tests / unittests
12345
#!/usr/bin/env sh cp -r tests $AUTOPKGTEST_TMP cd $AUTOPKGTEST_TMP python3 -m pytest --cov=pyocr --cov-report=term-missing --cov-fail-under=96 --cov-branch tests/*.py