(tmp_path)
| 80 | |
| 81 | |
| 82 | async def test_empty_registry(tmp_path): |
| 83 | out = await TASKS_COMMAND.run("", _ctx(tmp_path, ui=NullUIHost(), tasks=[])) |
| 84 | assert out.message == "No background tasks." |
| 85 | assert out.display == "system" |
| 86 | |
| 87 | |
| 88 | # --------------------------------------------------------------------------- # |
nothing calls this directly
no test coverage detected