Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coooodeer/parse-rust
/ test_nothing
Function
test_nothing
tests/test_parse.py:17–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
17
def
test_nothing():
18
# do no actual parsing
19
r = parse.parse(
"{{hello}}"
,
"{hello}"
)
20
assert r.fixed == ()
21
assert r.named == {}
22
23
24
def
test_no_evaluate_result():
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected