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