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

Method __init__

test/modules/core/env.py:20–22  ·  view source on GitHub ↗
(self, pytestconfig=None)

Source from the content-addressed store, hash-verified

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 1

__init__Method · 0.45

Calls 1

add_httpd_log_modulesMethod · 0.80

Tested by

no test coverage detected