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

Method __init__

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

Source from the content-addressed store, hash-verified

14class ProxyTestSetup(HttpdTestSetup):
15
16 def __init__(self, env: 'HttpdTestEnv'):
17 super().__init__(env=env)
18 self.add_source_dir(os.path.dirname(inspect.getfile(ProxyTestSetup)))
19 self.add_modules(["proxy", "proxy_http", "proxy_balancer", "lbmethod_byrequests"])
20
21
22class ProxyTestEnv(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