MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / test_parse

Function test_parse

tests/test_cli.py:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_parse():
13 with tempfile.TemporaryDirectory() as tempdir:
14 path = pathlib.Path(tempdir).joinpath("test.md")
15 path.write_text("a b c")
16 assert parse.main([str(path)]) == 0
17
18
19def test_parse_fail():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…