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

Class CoreTestEnv

test/modules/core/env.py:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class CoreTestEnv(HttpdTestEnv):
19
20 def __init__(self, pytestconfig=None):
21 super().__init__(pytestconfig=pytestconfig)
22 self.add_httpd_log_modules(["http", "core"])
23
24 def setup_httpd(self, setup: HttpdTestSetup = None):
25 super().setup_httpd(setup=CoreTestSetup(env=self))

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