Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_string_data_json_encoded (0.26 seconds)

  1. tests/test_sse.py

        assert response.status_code == 200
        text = response.text
    
        assert "event: special\n" in text
        assert 'data: "custom-event"\n' in text
        assert '"name"' in text
    
    
    def test_string_data_json_encoded(client: TestClient):
        """Strings are always JSON-encoded (quoted)."""
        response = client.get("/items/stream-string")
        assert response.status_code == 200
    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