Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
114
def
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
122
def
test_skip(buf):
Callers
nothing calls this directly
Calls
2
wait
Method · 0.80
set_exception
Method · 0.45
Tested by
no test coverage detected