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