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

Function missing

tests/test_critique_slash.py:110–111  ·  view source on GitHub ↗
(**_)

Source from the content-addressed store, hash-verified

108 target.write_text("<html></html>", encoding="utf-8")
109
110 async def missing(**_):
111 raise SkillNotFoundError("Skill 'openkb-html-critic' not found. Available: foo.")
112
113 with patch("openkb.agent.skill_runner.run_skill", new=AsyncMock(side_effect=missing)):
114 # Should NOT raise — chat turn must survive

Callers

nothing calls this directly

Calls 1

SkillNotFoundErrorClass · 0.90

Tested by

no test coverage detected