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

Method test_figure

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

Source from the content-addressed store, hash-verified

86 assert blocks[0].kind == "table"
87
88 def test_figure(self):
89 blocks = split_blocks("![caption](image.png)\n")
90 assert len(blocks) == 1
91 assert blocks[0].kind == "figure"
92
93 def test_hr(self):
94 blocks = split_blocks("---\n")

Callers

nothing calls this directly

Calls 1

split_blocksFunction · 0.90

Tested by

no test coverage detected