(self, env, request)
| 50 | |
| 51 | @pytest.fixture(autouse=True, scope='function') |
| 52 | def _method_scope(self, env, request): |
| 53 | env.clear_store() |
| 54 | self.test_domain = env.get_request_domain(request) |
| 55 | |
| 56 | def test_md_751_001(self, env): |
| 57 | # valid config, expect cert with correct chain |
nothing calls this directly
no test coverage detected