()
| 107 | # C. format_release_notes_for_display |
| 108 | # --------------------------------------------------------------------------- # |
| 109 | def test_format_plain_notes(): |
| 110 | assert format_release_notes_for_display(["one", "two"]) == "- one\n- two" |
| 111 | |
| 112 | |
| 113 | def test_format_with_encoded_section_headers(): |
nothing calls this directly
no test coverage detected