()
| 88 | |
| 89 | @pytest.mark.pandas |
| 90 | def test_file_not_exist(): |
| 91 | with pytest.raises(pa.ArrowIOError): |
| 92 | read_feather('test_invalid_file') |
| 93 | |
| 94 | |
| 95 | def _check_pandas_roundtrip(df, expected=None, path=None, |
nothing calls this directly
no test coverage detected