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

Function test_slash_skill_unknown_subcommand

tests/test_skill_chat_slash.py:61–66  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

59
60@pytest.mark.asyncio
61async def test_slash_skill_unknown_subcommand(tmp_path):
62 kb = _make_kb(tmp_path)
63 session = ChatSession.new(kb, "gpt-4o-mini", "en")
64 style = Style.from_dict({})
65 action = await _handle_slash("/skill list", kb, session, style)
66 assert action is None
67
68
69@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 3

_handle_slashFunction · 0.90
newMethod · 0.80
_make_kbFunction · 0.70

Tested by

no test coverage detected