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

Method __init__

test/modules/core/env.py:12–15  ·  view source on GitHub ↗
(self, env: 'HttpdTestEnv')

Source from the content-addressed store, hash-verified

10class CoreTestSetup(HttpdTestSetup):
11
12 def __init__(self, env: 'HttpdTestEnv'):
13 super().__init__(env=env)
14 self.add_source_dir(os.path.dirname(inspect.getfile(CoreTestSetup)))
15 self.add_modules(["cgid"])
16
17
18class CoreTestEnv(HttpdTestEnv):

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