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

Method test_false_when_not_cached

tests/test_schema_cache.py:70–71  ·  view source on GitHub ↗
(self, sut: SchemaCache)

Source from the content-addressed store, hash-verified

68
69class TestHas:
70 def test_false_when_not_cached(self, sut: SchemaCache) -> None:
71 assert sut.has("6000.2.6f2") is False
72
73 def test_true_after_put(self, sut: SchemaCache, sample_schema: dict[str, Any]) -> None:
74 sut.put("6000.2.6f2", sample_schema)

Callers

nothing calls this directly

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected