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

Function missing_skill

tests/test_deck_creator.py:165–166  ·  view source on GitHub ↗
(**_)

Source from the content-addressed store, hash-verified

163 kb_dir = _make_kb(tmp_path)
164
165 async def missing_skill(**_):
166 raise SkillNotFoundError("not installed")
167
168 with patch("openkb.deck.creator.run_skill", new=AsyncMock(side_effect=missing_skill)):
169 with pytest.raises(RuntimeError, match="not installed"):

Callers

nothing calls this directly

Calls 1

SkillNotFoundErrorClass · 0.90

Tested by

no test coverage detected