- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_data_and_raw_data_mutually_exclusive (0.13 seconds)
-
tests/test_sse.py
assert "event: html\n" in text assert "data: <div>html fragment</div>\n" in text assert "event: csv\n" in text assert "data: cpu,87.3,1709145600\n" in text def test_data_and_raw_data_mutually_exclusive(): """Cannot set both data and raw_data.""" with pytest.raises(ValueError, match="Cannot set both"): ServerSentEvent(data="json", raw_data="raw")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)