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

Method _method_scope

test/modules/md/test_820_locks.py:23–25  ·  view source on GitHub ↗
(self, env, request)

Source from the content-addressed store, hash-verified

21
22 @pytest.fixture(autouse=True, scope='function')
23 def _method_scope(self, env, request):
24 env.clear_store()
25 self.test_domain = env.get_request_domain(request)
26
27 def configure_httpd(self, env, domains, add_lines=""):
28 conf = MDConf(env)

Callers

nothing calls this directly

Calls 2

clear_storeMethod · 0.80
get_request_domainMethod · 0.80

Tested by

no test coverage detected