(self, env, request)
| 27 | |
| 28 | @pytest.fixture(autouse=True, scope='function') |
| 29 | def _method_scope(self, env, request): |
| 30 | env.clear_store() |
| 31 | self.test_domain = env.get_request_domain(request) |
| 32 | |
| 33 | def _write_res_file(self, doc_root, name, content): |
| 34 | if not os.path.exists(doc_root): |
nothing calls this directly
no test coverage detected