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

Class H1TestEnv

test/modules/http1/env.py:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class H1TestEnv(HttpdTestEnv):
58
59 def __init__(self, pytestconfig=None):
60 super().__init__(pytestconfig=pytestconfig)
61 self.add_httpd_log_modules(["http", "core"])
62
63 def setup_httpd(self, setup: HttpdTestSetup = None):
64 super().setup_httpd(setup=H1TestSetup(env=self))
65
66
67class H1Conf(HttpdConf):

Callers 2

pytest_report_headerFunction · 0.85
envFunction · 0.85

Calls

no outgoing calls

Tested by 2

pytest_report_headerFunction · 0.68
envFunction · 0.68