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

Method _class_scope

test/modules/md/test_820_locks.py:16–20  ·  view source on GitHub ↗
(self, env, acme)

Source from the content-addressed store, hash-verified

14
15 @pytest.fixture(autouse=True, scope='class')
16 def _class_scope(self, env, acme):
17 env.APACHE_CONF_SRC = "data/test_auto"
18 acme.start(config='default')
19 env.check_acme()
20 env.clear_store()
21
22 @pytest.fixture(autouse=True, scope='function')
23 def _method_scope(self, env, request):

Callers

nothing calls this directly

Calls 3

check_acmeMethod · 0.80
clear_storeMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected