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

Method __init__

test/modules/http2/env.py:17–20  ·  view source on GitHub ↗
(self, env: 'HttpdTestEnv')

Source from the content-addressed store, hash-verified

15class H2TestSetup(HttpdTestSetup):
16
17 def __init__(self, env: 'HttpdTestEnv'):
18 super().__init__(env=env)
19 self.add_source_dir(os.path.dirname(inspect.getfile(H2TestSetup)))
20 self.add_modules(["http2", "proxy_http2", "cgid", "autoindex", "ssl", "include"])
21
22 def make(self):
23 super().make()

Callers

nothing calls this directly

Calls 3

add_source_dirMethod · 0.80
add_modulesMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected