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

Method _method_scope

test/modules/md/test_702_auto.py:28–30  ·  view source on GitHub ↗
(self, env, request)

Source from the content-addressed store, hash-verified

26
27 @pytest.fixture(autouse=True, scope='function')
28 def _method_scope(self, env, request):
29 env.clear_store()
30 self.test_domain = env.get_request_domain(request)
31
32 def _write_res_file(self, doc_root, name, content):
33 if not os.path.exists(doc_root):

Callers

nothing calls this directly

Calls 2

clear_storeMethod · 0.80
get_request_domainMethod · 0.80

Tested by

no test coverage detected