MCPcopy
hub / github.com/aio-libs/aiohttp / test_wait_exc

Function test_wait_exc

tests/test_parser_buffer.py:114–119  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

112
113
114def test_wait_exc(buf):
115 buf.set_exception(ValueError())
116
117 p = buf.wait(3)
118 with pytest.raises(ValueError):
119 next(p)
120
121
122def test_skip(buf):

Callers

nothing calls this directly

Calls 2

waitMethod · 0.80
set_exceptionMethod · 0.45

Tested by

no test coverage detected