Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdra50/unity-cli
/ store
Function
store
tests/test_uitree_snapshot.py:39–40 ·
view source on GitHub ↗
(tmp_path: Path)
Source
from the content-addressed store, hash-verified
37
38
@pytest.fixture
39
def
store(tmp_path: Path) -> SnapshotStore:
40
return
SnapshotStore(snapshot_dir=tmp_path /
"snapshots"
)
41
42
43
class
TestSaveLoad:
Callers
nothing calls this directly
Calls
1
SnapshotStore
Class · 0.90
Tested by
no test coverage detected