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

Function pytest_report_header

test/modules/proxy/conftest.py:11–16  ·  view source on GitHub ↗
(config, start_path)

Source from the content-addressed store, hash-verified

9
10
11def pytest_report_header(config, start_path):
12 env = ProxyTestEnv()
13 return "mod_proxy: [apache: {aversion}({prefix})]".format(
14 prefix=env.prefix,
15 aversion=env.get_httpd_version(),
16 )
17
18
19@pytest.fixture(scope="package")

Callers

nothing calls this directly

Calls 2

ProxyTestEnvClass · 0.85
get_httpd_versionMethod · 0.80

Tested by

no test coverage detected