(config, start_path)
| 11 | |
| 12 | |
| 13 | def pytest_report_header(config, start_path): |
| 14 | env = CoreTestEnv() |
| 15 | return f"core [apache: {env.get_httpd_version()}, mpm: {env.mpm_module}, {env.prefix}]" |
| 16 | |
| 17 | |
| 18 | @pytest.fixture(scope="package") |
nothing calls this directly
no test coverage detected