()
| 79 | self.assertEqual(id, task_id()) |
| 80 | |
| 81 | async def f(): |
| 82 | server = HTTPServer(self.get_app()) |
| 83 | server.add_sockets([sock]) |
| 84 | await asyncio.Event().wait() |
| 85 | |
| 86 | asyncio.run(f()) |
| 87 | elif id == 2: |
nothing calls this directly
no test coverage detected