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

Function pytest_report_header

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

Source from the content-addressed store, hash-verified

8from pyhttpd.env import HttpdTestEnv
9
10def pytest_report_header(config, start_path):
11 env = HttpdTestEnv()
12 return f"[apache httpd: {env.get_httpd_version()}, mpm: {env.mpm_module}, {env.prefix}]"
13
14def pytest_addoption(parser):
15 parser.addoption("--repeat", action="store", type=int, default=1,

Callers

nothing calls this directly

Calls 2

get_httpd_versionMethod · 0.95
HttpdTestEnvClass · 0.90

Tested by

no test coverage detected