MCPcopy Create free account
hub / github.com/apache/httpd / pytest_report_header

Function pytest_report_header

test/modules/http1/conftest.py:12–14  ·  view source on GitHub ↗
(config, start_path)

Source from the content-addressed store, hash-verified

10
11
12def 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
17def pytest_generate_tests(metafunc):

Callers

nothing calls this directly

Calls 2

H1TestEnvClass · 0.85
get_httpd_versionMethod · 0.80

Tested by

no test coverage detected