def test_normal_get(self):
def check_resp(resp: aiohttp.ClientResponse):
self.assertEqual(resp.headers.get(paraproxio.PARALLELS_HEADER), None)
self.loop.run_until_complete(self._go(SMALL_FILE_PATH, check_resp))
评论列表
文章目录