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

Method __init__

test/modules/http1/env.py:16–19  ·  view source on GitHub ↗
(self, env: 'HttpdTestEnv')

Source from the content-addressed store, hash-verified

14class H1TestSetup(HttpdTestSetup):
15
16 def __init__(self, env: 'HttpdTestEnv'):
17 super().__init__(env=env)
18 self.add_source_dir(os.path.dirname(inspect.getfile(H1TestSetup)))
19 self.add_modules(["cgid", "autoindex", "ssl"])
20
21 def make(self):
22 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