MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_picker_cancel

Function test_picker_cancel

tests/test_copy_command.py:297–301  ·  view source on GitHub ↗
(copy_env)

Source from the content-addressed store, hash-verified

295
296
297async def test_picker_cancel(copy_env):
298 ui = FakeUIHost(pick=None)
299 out = await COPY_COMMAND.run("", _ctx(copy_env.tmp, [_msg("assistant", _BLOCKY)], ui=ui))
300 assert out.message == "Copy cancelled"
301 assert out.display == "system"
302
303
304# --------------------------------------------------------------------------- #

Callers

nothing calls this directly

Calls 4

FakeUIHostClass · 0.70
_ctxFunction · 0.70
_msgFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected