Update tests/test_utils_marker.py
Run CI Tests / test (push) Successful in 1m16s

This commit is contained in:
2025-08-10 19:12:23 +02:00
parent 1e20a4dae9
commit e229876ee7
+1 -1
View File
@@ -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__), '..')))