Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qinbf/groundmap
/ test_empty
Method
test_empty
scripts/tests/test_section_parser.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
40
class
TestSplitBlocks:
41
def
test_empty(self):
42
assert split_blocks(
""
) == []
43
44
def
test_single_heading(self):
45
blocks = split_blocks(
"# Title\n"
)
Callers
nothing calls this directly
Calls
1
split_blocks
Function · 0.90
Tested by
no test coverage detected