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

Method _method_scope

test/modules/md/test_801_stapling.py:33–38  ·  view source on GitHub ↗
(self, env, request)

Source from the content-addressed store, hash-verified

31
32 @pytest.fixture(autouse=True, scope='function')
33 def _method_scope(self, env, request):
34 self.domain = env.get_class_domain(self.__class__)
35 self.mdA = "a-" + self.domain
36 self.mdB = "b-" + self.domain
37 yield
38 env.apache_stop()
39
40 def configure_httpd(self, env, domains=None, add_lines="", ssl_stapling=False):
41 if not isinstance(domains, list):

Callers

nothing calls this directly

Calls 2

get_class_domainMethod · 0.80
apache_stopMethod · 0.80

Tested by

no test coverage detected