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

Function test_file

tests/test_cmark_spec/test_spec.py:16–18  ·  view source on GitHub ↗
(file_regression)

Source from the content-addressed store, hash-verified

14
15
16def test_file(file_regression):
17 md = MarkdownIt("commonmark")
18 file_regression.check(md.render(SPEC_INPUT.read_text()), extension=".html")
19
20
21@pytest.mark.parametrize("entry", json.loads(TESTS_INPUT.read_text()))

Callers

nothing calls this directly

Calls 2

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…