(self, path, host='localhost')
| 68 | pytest.skip("Gzip support is not available in old Twisted") |
| 69 | |
| 70 | def mockurl(self, path, host='localhost'): |
| 71 | return self.ts.mockserver.url(path, self.use_gzip, host=host) |
| 72 | |
| 73 | def _get_handler(self): |
| 74 | handler = self.request_handler(self.ts) |
no test coverage detected