(self, env, request)
| 22 | |
| 23 | @pytest.fixture(autouse=True, scope='function') |
| 24 | def _method_scope(self, env, request): |
| 25 | env.clear_store() |
| 26 | self.mcmd = os.path.join(env.test_dir, "../modules/md/http_challenge_foobar.py") |
| 27 | self.test_domain = env.get_request_domain(request) |
| 28 | |
| 29 | def test_md_741_001(self, env): |
| 30 | # setup an MD with a MDMessageCmd that make the http-01 challenge file invalid |
nothing calls this directly
no test coverage detected