(copy_env)
| 295 | |
| 296 | |
| 297 | async 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 | # --------------------------------------------------------------------------- # |
nothing calls this directly
no test coverage detected