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

Function test_normalize_url

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

Source from the content-addressed store, hash-verified

77 read_fixture_file(FIXTURE_PATH.joinpath("normalize.md")),
78)
79def test_normalize_url(line, title, input, expected):
80 md = MarkdownIt("commonmark")
81 text = md.render(input)
82 assert text.rstrip() == expected.rstrip()
83
84
85@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…