From e229876ee744af2edfc9bad7009ff960178eb003 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 10 Aug 2025 19:12:23 +0200 Subject: [PATCH] Update tests/test_utils_marker.py --- tests/test_utils_marker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_marker.py b/tests/test_utils_marker.py index 1bbe66a86..a4c4f6a47 100644 --- a/tests/test_utils_marker.py +++ b/tests/test_utils_marker.py @@ -1,6 +1,6 @@ import pytest import sys -import os +import os # S'assurer que la racine du projet est dans le path sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))