()
| 70 | queue.put_nowait({"type": "http.request", "body": b"", "more_body": False}) |
| 71 | |
| 72 | async def receive() -> ASGIReceiveEvent: |
| 73 | # This will block after returning the first and only entry |
| 74 | return await queue.get() |
| 75 | |
| 76 | async def send(message: ASGISendEvent) -> None: |
| 77 | pass |
no test coverage detected
searching dependent graphs…