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

Function test_registered

tests/test_release_notes_command.py:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169# E. Registration + type + bridge-safety
170# --------------------------------------------------------------------------- #
171def test_registered():
172 assert "release-notes" in {c.name for c in get_builtin_commands()}
173 assert "release-notes" in {c.name for c in get_commands(cwd=str(Path.cwd()))}
174
175
176def test_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