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

Function pytest_report_header

test/modules/md/conftest.py:12–19  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

10
11
12def pytest_report_header(config):
13 env = MDTestEnv()
14 return "mod_md: [apache: {aversion}({prefix}), mod_{ssl}, ACME server: {acme}]".format(
15 prefix=env.prefix,
16 aversion=env.get_httpd_version(),
17 ssl=env.ssl_module,
18 acme=env.acme_server,
19 )
20
21
22@pytest.fixture(scope="package")

Callers

nothing calls this directly

Calls 2

MDTestEnvClass · 0.85
get_httpd_versionMethod · 0.80

Tested by

no test coverage detected