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

Method _class_scope

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

Source from the content-addressed store, hash-verified

19
20 @pytest.fixture(autouse=True, scope='class')
21 def _class_scope(self, env, acme):
22 acme.start(config='default')
23 env.check_acme()
24
25 @pytest.fixture(autouse=True, scope='function')
26 def _method_scope(self, env, request):

Callers

nothing calls this directly

Calls 2

check_acmeMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected