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

Method _class_scope

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

purge_storeMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected