(self, path)
| 817 | self.server_ioloop.close(all_fds=True) |
| 818 | |
| 819 | def get_url(self, path): |
| 820 | return "http://127.0.0.1:%d%s" % (self.port, path) |
| 821 | |
| 822 | def test_sync_client(self): |
| 823 | response = self.http_client.fetch(self.get_url("/")) |
no outgoing calls
no test coverage detected