MCPcopy Create free account
hub / github.com/apache/arrow / test_file_not_exist

Function test_file_not_exist

python/pyarrow/tests/test_feather.py:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89@pytest.mark.pandas
90def test_file_not_exist():
91 with pytest.raises(pa.ArrowIOError):
92 read_feather('test_invalid_file')
93
94
95def _check_pandas_roundtrip(df, expected=None, path=None,

Callers

nothing calls this directly

Calls 1

read_featherFunction · 0.90

Tested by

no test coverage detected