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

Function test_mistune

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

Source from the content-addressed store, hash-verified

29
30@pytest.mark.benchmark(group="packages")
31def test_mistune(benchmark, spec_text):
32 import mistune
33
34 benchmark.extra_info["version"] = mistune.__version__
35 benchmark(mistune.markdown, spec_text)
36
37
38@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…