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

Function test_tasklists

tests/test_port/test_fixtures.py:132–135  ·  view source on GitHub ↗
(line, title, input, expected)

Source from the content-addressed store, hash-verified

130 read_fixture_file(FIXTURE_PATH.joinpath("tasklists.md")),
131)
132def test_tasklists(line, title, input, expected):
133 md = MarkdownIt("gfm-like2")
134 text = md.render(input)
135 assert text.rstrip() == expected.rstrip()
136
137
138@pytest.mark.parametrize(

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…