tests: switch from subtests to parametrize, use --isolate everywhere to free CUDA memory in between

This commit is contained in:
Robert Sachunsky 2025-09-30 19:20:35 +02:00
parent 375e0263d4
commit 61b20cc83d
3 changed files with 100 additions and 106 deletions

View file

@ -18,7 +18,7 @@ BIN_MODEL := https://github.com/qurator-spk/sbb_binarization/releases/download/v
OCR_MODEL := https://zenodo.org/records/17194824/files/models_ocr_v0_5_0.tar.gz?download=1
PYTEST_ARGS ?= -vv
PYTEST_ARGS ?= -vv --isolate
# BEGIN-EVAL makefile-parser --make-help Makefile