(client: TestClient)
| 255 | |
| 256 | |
| 257 | def test_websocket_state(client: TestClient) -> None: |
| 258 | with client.websocket_connect(class="st">"/ws-state") as session: |
| 259 | response = session.receive_json() |
| 260 | assert response == {class="st">"count": 1} |
| 261 | |
| 262 | |
| 263 | def test_websocket_raise_http_exception(client: TestClient) -> None: |
nothing calls this directly
no test coverage detected