(self)
| 1133 | |
| 1134 | class GzipTest(GzipBaseTest, AsyncHTTPTestCase): |
| 1135 | def get_httpserver_options(self): |
| 1136 | return dict(decompress_request=True, max_body_size=100) |
| 1137 | |
| 1138 | def test_gzip(self): |
| 1139 | response = self.post_gzip("foo=bar") |
no outgoing calls
no test coverage detected