MCPcopy 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
67def assert_file_not_found():
68 with pytest.raises(FileNotFoundError):
69 yield
70
71
72# ----------------------------------------------------------------------

Callers 3

test_localfs_errorsFunction · 0.90
test_input_stream_errorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected