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

Method _method_scope

test/modules/md/test_300_conf_validate.py:24–26  ·  view source on GitHub ↗
(self, env, request)

Source from the content-addressed store, hash-verified

22
23 @pytest.fixture(autouse=True, scope='function')
24 def _method_scope(self, env, request):
25 env.clear_store()
26 self.test_domain = env.get_request_domain(request)
27
28 # test case: just one MDomain definition
29 def test_md_300_001(self, env):

Callers

nothing calls this directly

Calls 2

clear_storeMethod · 0.80
get_request_domainMethod · 0.80

Tested by

no test coverage detected