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

Function test_pymarkdown

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

Source from the content-addressed store, hash-verified

45
46@pytest.mark.benchmark(group="packages")
47def test_pymarkdown(benchmark, spec_text):
48 import markdown
49
50 benchmark.extra_info["version"] = markdown.__version__
51 benchmark(markdown.markdown, spec_text)
52
53
54@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…