MCPcopy Create free account
hub / github.com/Tong89/smartNode / test_compare_missing_a

Method test_compare_missing_a

tests/test_store.py:154–157  ·  view source on GitHub ↗
(self, engine, store)

Source from the content-addressed store, hash-verified

152 assert "提升" in report["summary"]
153
154 def test_compare_missing_a(self, engine, store):
155 store.save_scenario("存在", engine)
156 with pytest.raises(KeyError):
157 store.compare("不存在", "存在")
158
159 def test_compare_missing_b(self, engine, store):
160 store.save_scenario("存在", engine)

Callers

nothing calls this directly

Calls 2

save_scenarioMethod · 0.80
compareMethod · 0.80

Tested by

no test coverage detected