()
| 897 | |
| 898 | @pytest.mark.run_loop |
| 899 | def test_drain_before_start(): |
| 900 | resp = StreamResponse() |
| 901 | with pytest.raises(RuntimeError): |
| 902 | yield from resp.drain() |
| 903 | |
| 904 | |
| 905 | def test_nonstr_text_in_ctor(): |
nothing calls this directly
no test coverage detected