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

Class ProxyTestSetup

test/modules/proxy/env.py:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
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 1

setup_httpdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected