MCPcopy Create free account
hub / github.com/Qinbf/groundmap / test_hr

Method test_hr

scripts/tests/test_section_parser.py:93–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 assert blocks[0].kind == "figure"
92
93 def test_hr(self):
94 blocks = split_blocks("---\n")
95 assert len(blocks) == 1
96 assert blocks[0].kind == "hr"
97
98 def test_mixed(self):
99 text = "# Title\n\nIntro paragraph.\n\n## Section\n\n- item 1\n- item 2\n"

Callers

nothing calls this directly

Calls 1

split_blocksFunction · 0.90

Tested by

no test coverage detected