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

Method __init__

test/modules/http1/env.py:59–61  ·  view source on GitHub ↗
(self, pytestconfig=None)

Source from the content-addressed store, hash-verified

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))

Callers

nothing calls this directly

Calls 2

add_httpd_log_modulesMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected