(benchmark, spec_text)
| 61 | |
| 62 | @pytest.mark.benchmark(group="packages") |
| 63 | def 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") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…