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

Method _method_scope

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

Source from the content-addressed store, hash-verified

20
21 @pytest.fixture(autouse=True, scope='function')
22 def _method_scope(self, env, request):
23 env.clear_store()
24 self.test_domain = env.get_request_domain(request)
25
26 # set 2 ACME certificata authority, valid + invalid
27 def test_md_790_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