Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ assert_file_not_found
Function
assert_file_not_found
python/pyarrow/tests/test_io.py:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
@contextmanager
67
def
assert_file_not_found():
68
with
pytest.raises(FileNotFoundError):
69
yield
70
71
72
# ----------------------------------------------------------------------
Callers
3
test_localfs_errors
Function · 0.90
test_native_file_open_error
Function · 0.85
test_input_stream_errors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected