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

Function test_tasks_registered

tests/test_tasks_command.py:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41# A. Metadata + registration
42# --------------------------------------------------------------------------- #
43def test_tasks_registered():
44 assert "tasks" in {c.name for c in get_builtin_commands()}
45 assert "tasks" in {c.name for c in get_commands(cwd=str(Path.cwd()))}
46
47
48def test_tasks_metadata_mirrors_ts():

Callers

nothing calls this directly

Calls 2

get_builtin_commandsFunction · 0.90
get_commandsFunction · 0.90

Tested by

no test coverage detected