()
| 152 | tester = Tester() |
| 153 | |
| 154 | async def _test(): |
| 155 | async with aiohttp.ClientSession(connector=aiohttp.TCPConnector(ssl=False)) as session: |
| 156 | await tester.test(Proxy(host=host, port=port), session) |
| 157 | |
| 158 | loop = asyncio.new_event_loop() |
| 159 | asyncio.set_event_loop(loop) |
no test coverage detected