Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_sse_on_router_included_in_app (0.12 seconds)

  1. tests/test_sse.py

        """Cannot set both data and raw_data."""
        with pytest.raises(ValueError, match="Cannot set both"):
            ServerSentEvent(data="json", raw_data="raw")
    
    
    def test_sse_on_router_included_in_app(client: TestClient):
        response = client.get("/api/events")
        assert response.status_code == 200
        assert response.headers["content-type"] == "text/event-stream; charset=utf-8"
        data_lines = [
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 01 09:21:52 GMT 2026
    - 9.8K bytes
    - Click Count (0)
Back to Top