MCPcopy 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
17def test_nothing():
18 # do no actual parsing
19 r = parse.parse("{{hello}}", "{hello}")
20 assert r.fixed == ()
21 assert r.named == {}
22
23
24def test_no_evaluate_result():

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected