MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _make_store

Method _make_store

tests/test_scene_store.py:89–90  ·  view source on GitHub ↗
(self, tmp_path: Path)

Source from the content-addressed store, hash-verified

87
88class TestSceneStore:
89 def _make_store(self, tmp_path: Path) -> SceneStore:
90 return SceneStore(path=tmp_path / "scenes.json")
91
92 def test_add_and_get(self, tmp_path):
93 store = self._make_store(tmp_path)

Calls 1

SceneStoreClass · 0.90

Tested by

no test coverage detected