Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_server_exit_reraises_exception
Function
test_server_exit_reraises_exception
python/pyarrow/tests/test_flight.py:1131–1134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1129
1130
1131
def
test_server_exit_reraises_exception():
1132
with
pytest.raises(ValueError):
1133
with
FlightServerBase():
1134
raise
ValueError()
1135
1136
1137
@pytest.mark.threading
Callers
nothing calls this directly
Calls
1
FlightServerBase
Class · 0.90
Tested by
no test coverage detected