MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / test_delete_nonexistent

Method test_delete_nonexistent

tests/test_uitree_snapshot.py:133–134  ·  view source on GitHub ↗
(self, store: SnapshotStore)

Source from the content-addressed store, hash-verified

131 assert store.load("baseline") is None
132
133 def test_delete_nonexistent(self, store: SnapshotStore) -> None:
134 assert store.delete("nonexistent") is False

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected