make tests dir absolut

This commit is contained in:
Daniel 2023-11-24 14:15:25 +01:00
parent 826e400150
commit dfe63687a3

View file

@ -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