1 parent ae48084 commit 4c8ea0bCopy full SHA for 4c8ea0b
1 file changed
testing/backend/conftest.py
@@ -8,6 +8,7 @@
8
# Add repo root to sys.path so package imports work (backend.*)
9
repo_root = Path(__file__).resolve().parents[2]
10
sys.path.insert(0, str(repo_root))
11
+sys.path.insert(0, str(repo_root / "backend"))
12
13
from backend.secuscan.config import settings
14
from backend.secuscan import database as database_module
0 commit comments