(self)
| 430 | super().tearDown() |
| 431 | |
| 432 | def test_empty_request(self): |
| 433 | self.stream.close() |
| 434 | self.io_loop.add_timeout(datetime.timedelta(seconds=0.001), self.stop) |
| 435 | self.wait() |
| 436 | |
| 437 | def test_malformed_first_line_response(self): |
| 438 | with ExpectLog(gen_log, ".*Malformed HTTP request line", level=logging.INFO): |
nothing calls this directly
no test coverage detected