From 8a09a304b0d3c55bcb12db89539da79a2546426b Mon Sep 17 00:00:00 2001 From: NolanB <nboukachab@teklia.com> Date: Fri, 19 Aug 2022 12:26:16 +0200 Subject: [PATCH] Path to samples in conftest.py --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index c6ceb9bc..f00ae5e7 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -26,7 +26,7 @@ from arkindex_worker.worker import BaseWorker, ElementsWorker from arkindex_worker.worker.transcription import TextOrientation FIXTURES_DIR = Path(__file__).resolve().parent / "data" -SAMPLES_DIR = Path("tests/samples") +SAMPLES_DIR = Path(__file__).resolve().parent / "samples" __yaml_cache = {} -- GitLab