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

Method test_list

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

Source from the content-addressed store, hash-verified

59 assert blocks[0].kind == "paragraph"
60
61 def test_list(self):
62 blocks = split_blocks("- one\n- two\n")
63 assert len(blocks) == 1
64 assert blocks[0].kind == "list"
65
66 def test_blockquote(self):
67 blocks = split_blocks("> quoted\n> more\n")

Callers

nothing calls this directly

Calls 1

split_blocksFunction · 0.90

Tested by

no test coverage detected