()
| 6 | |
| 7 | @pytest.fixture |
| 8 | def spec_text(): |
| 9 | return Path(__file__).parent.joinpath("samples", "spec.md").read_text() |
| 10 | |
| 11 | |
| 12 | @pytest.mark.benchmark(group="packages") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…