diff --git a/tests/test_kindred_pure.py b/tests/test_kindred_pure.py index 308f078440..61e099dce5 100644 --- a/tests/test_kindred_pure.py +++ b/tests/test_kindred_pure.py @@ -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"))