(self, env, acme)
| 18 | |
| 19 | @pytest.fixture(autouse=True, scope='class') |
| 20 | def _class_scope(self, env, acme): |
| 21 | acme.start(config='default') |
| 22 | env.check_acme() |
| 23 | env.clear_store() |
| 24 | |
| 25 | @pytest.fixture(autouse=True, scope='function') |
| 26 | def _method_scope(self, env, request): |
nothing calls this directly
no test coverage detected