MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_restore_iteration_missing_raises

Function test_restore_iteration_missing_raises

tests/test_skill_workspace.py:114–118  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

112
113
114def test_restore_iteration_missing_raises(tmp_path):
115 _make_skill(tmp_path, "demo")
116 save_iteration(tmp_path, "demo")
117 with pytest.raises(FileNotFoundError):
118 restore_iteration(tmp_path, "demo", n=99)
119
120
121def test_restore_iteration_no_workspace_raises(tmp_path):

Callers

nothing calls this directly

Calls 3

save_iterationFunction · 0.90
restore_iterationFunction · 0.90
_make_skillFunction · 0.70

Tested by

no test coverage detected