(self, env)
| 12 | |
| 13 | @pytest.fixture(autouse=True, scope='function') |
| 14 | def _method_scope(self, env): |
| 15 | env.purge_store() |
| 16 | |
| 17 | # test case: add a single dns managed domain |
| 18 | def test_md_100_000(self, env): |
nothing calls this directly
no test coverage detected