Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_dict_items (0.05 seconds)

  1. tests/test_sse.py

        data_lines = [
            line for line in response.text.strip().split("\n") if line.startswith("data: ")
        ]
        assert len(data_lines) == 3
    
    
    def test_dict_items(client: TestClient):
        response = client.get("/items/stream-dict")
        assert response.status_code == 200
        data_lines = [
            line for line in response.text.strip().split("\n") if line.startswith("data: ")
    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