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

Method test_different_versions_independent

tests/test_schema_cache.py:77–79  ·  view source on GitHub ↗
(self, sut: SchemaCache, sample_schema: dict[str, Any])

Source from the content-addressed store, hash-verified

75 assert sut.has("6000.2.6f2") is True
76
77 def test_different_versions_independent(self, sut: SchemaCache, sample_schema: dict[str, Any]) -> None:
78 sut.put("6000.2.6f2", sample_schema)
79 assert sut.has("6000.1.1f1") is False

Callers

nothing calls this directly

Calls 2

putMethod · 0.80
hasMethod · 0.80

Tested by

no test coverage detected