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

Function pytest_report_header

test/modules/core/conftest.py:13–15  ·  view source on GitHub ↗
(config, start_path)

Source from the content-addressed store, hash-verified

11
12
13def 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")

Callers

nothing calls this directly

Calls 2

CoreTestEnvClass · 0.85
get_httpd_versionMethod · 0.80

Tested by

no test coverage detected