fix(tests): add mods/sdk to sys.path in test_kindred_pure #265

Merged
forbes merged 1 commits from fix/test-sdk-path into main 2026-02-17 18:53:26 +00:00

View File

@@ -98,6 +98,7 @@ sys.modules["silo_client._ssl"] = mock.MagicMock()
# Add addon source paths
sys.path.insert(0, str(_REPO_ROOT / "src" / "Mod" / "Create"))
sys.path.insert(0, str(_REPO_ROOT / "mods" / "sdk"))
sys.path.insert(0, str(_REPO_ROOT / "mods" / "ztools" / "ztools"))
sys.path.insert(0, str(_REPO_ROOT / "mods" / "silo" / "freecad"))