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

Function test_slash_deck_unknown_subcommand

tests/test_deck_chat_slash.py:90–95  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

88
89@pytest.mark.asyncio
90async def test_slash_deck_unknown_subcommand(tmp_path):
91 kb = _make_kb(tmp_path)
92 session = ChatSession.new(kb, "gpt-4o-mini", "en")
93 style = Style.from_dict({})
94 action = await _handle_slash("/deck list", kb, session, style)
95 assert action is None
96
97
98@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