()
| 81 | |
| 82 | @pytest.mark.pandas |
| 83 | def test_file_not_exist(): |
| 84 | with pytest.raises(pa.ArrowIOError): |
| 85 | read_feather('test_invalid_file') |
| 86 | |
| 87 | |
| 88 | def _check_pandas_roundtrip(df, expected=None, path=None, |
nothing calls this directly
no test coverage detected