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

Function test_format_plain_notes

tests/test_release_notes_command.py:109–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107# C. format_release_notes_for_display
108# --------------------------------------------------------------------------- #
109def test_format_plain_notes():
110 assert format_release_notes_for_display(["one", "two"]) == "- one\n- two"
111
112
113def test_format_with_encoded_section_headers():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected