(client: TestClient)
| 210 | |
| 211 | |
| 212 | def test_websocket_route(client: TestClient) -> None: |
| 213 | with client.websocket_connect(class="st">"/ws") as session: |
| 214 | text = session.receive_text() |
| 215 | assert text == class="st">"Hello, world!" |
| 216 | |
| 217 | |
| 218 | def test_400(client: TestClient) -> None: |
nothing calls this directly
no test coverage detected