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

Method test_load_missing

tests/test_store.py:77–78  ·  view source on GitHub ↗
(self, store)

Source from the content-addressed store, hash-verified

75 assert rec["run_stats"]["decision_metrics"]["acceptance_rate"] == pytest.approx(0.8)
76
77 def test_load_missing(self, store):
78 assert store.load_scenario("不存在") is None
79
80 def test_delete_scenario(self, engine, store):
81 store.save_scenario("临时", engine)

Callers

nothing calls this directly

Calls 1

load_scenarioMethod · 0.80

Tested by

no test coverage detected