OCR-D / core

Collection of OCR-related python tools and wrappers from @OCR-D
https://ocr-d.de/core/
Apache License 2.0
117 stars 31 forks source link

PYTEST_ARGS #1252

Open kba opened 1 week ago

kba commented 1 week ago
          So the last commit ensured that Github will show our pytest and flake8 results directly.

However, IMO we should modify our Makefile to make sure that PYTEST_ARGS is used in every pytest call. Otherwise my recipe…

make test benchmark PYTEST_ARGS=--junitxml=test-results/test.xml

…will not pick up its results.

Originally posted by @bertsky in https://github.com/OCR-D/core/issues/1239#issuecomment-2207236207