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

Function test_empty_registry

tests/test_tasks_command.py:82–85  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

80
81
82async 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# --------------------------------------------------------------------------- #

Callers

nothing calls this directly

Calls 3

NullUIHostClass · 0.90
_ctxFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected