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

Function test_mistletoe

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

Source from the content-addressed store, hash-verified

61
62@pytest.mark.benchmark(group="packages")
63def test_mistletoe(benchmark, spec_text):
64 import mistletoe
65
66 benchmark.extra_info["version"] = mistletoe.__version__
67 benchmark(mistletoe.markdown, spec_text)
68
69
70@pytest.mark.skipif(which("pandoc") is None, reason="pandoc executable not found")

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…