(config, start_path)
| 10 | |
| 11 | |
| 12 | def pytest_report_header(config, start_path): |
| 13 | env = H1TestEnv() |
| 14 | return f"mod_http [apache: {env.get_httpd_version()}, mpm: {env.mpm_module}, {env.prefix}]" |
| 15 | |
| 16 | |
| 17 | def pytest_generate_tests(metafunc): |
nothing calls this directly
no test coverage detected