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

Function test_pymarkdown_extra

benchmarking/bench_packages.py:55–59  ·  view source on GitHub ↗
(benchmark, spec_text)

Source from the content-addressed store, hash-verified

53
54@pytest.mark.benchmark(group="packages")
55def test_pymarkdown_extra(benchmark, spec_text):
56 import markdown
57
58 benchmark.extra_info["version"] = markdown.__version__
59 benchmark(markdown.markdown, spec_text, extensions=["extra"])
60
61
62@pytest.mark.benchmark(group="packages")

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…