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

Method _class_scope

test/modules/md/test_741_setup_errors.py:15–21  ·  view source on GitHub ↗
(self, env, acme)

Source from the content-addressed store, hash-verified

13
14 @pytest.fixture(autouse=True, scope='class')
15 def _class_scope(self, env, acme):
16 env.APACHE_CONF_SRC = "data/test_auto"
17 acme.start(config='default')
18 env.check_acme()
19 env.clear_store()
20 MDConf(env).install()
21 assert env.apache_restart() == 0, f'{env.apachectl_stderr}'
22
23 @pytest.fixture(autouse=True, scope='function')
24 def _method_scope(self, env, request):

Callers

nothing calls this directly

Calls 6

MDConfClass · 0.85
check_acmeMethod · 0.80
clear_storeMethod · 0.80
installMethod · 0.80
apache_restartMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected