From dfe63687a34f3a101a24616aa718a009fabcb2e7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Nov 2023 14:15:25 +0100 Subject: [PATCH] make tests dir absolut --- src/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrapper.py b/src/wrapper.py index 128e74f..9274b6a 100644 --- a/src/wrapper.py +++ b/src/wrapper.py @@ -9,7 +9,7 @@ from src.dirmanager import DirManager from src.tests_authentik.runner_authentik import RunnerAuthentik from src.tests_wordpress.runner_wordpress import RunnerWordpress -TESTS_DIR = Path("../tests") +TESTS_DIR = Path("../tests").resolve() ENV_FILES = [ Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik