(copy_env)
| 227 | |
| 228 | |
| 229 | async def test_no_assistant_message(copy_env): |
| 230 | out = await COPY_COMMAND.run("", _ctx(copy_env.tmp, [_msg("user", "q")], ui=NullUIHost())) |
| 231 | assert out.message == "No assistant message to copy" |
| 232 | assert out.display == "user" |
| 233 | |
| 234 | |
| 235 | # --------------------------------------------------------------------------- # |
nothing calls this directly
no test coverage detected