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

Function test_fuzzing

tests/test_fuzzer.py:22–25  ·  view source on GitHub ↗
(raw_input, expected)

Source from the content-addressed store, hash-verified

20
21@pytest.mark.parametrize("raw_input,expected", TESTS.values(), ids=TESTS.keys())
22def test_fuzzing(raw_input, expected):
23 md = MarkdownIt()
24 md.parse(raw_input)
25 assert md.render(raw_input) == expected

Callers

nothing calls this directly

Calls 3

parseMethod · 0.95
renderMethod · 0.95
MarkdownItClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…