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

Method test_empty_file

python/pyarrow/tests/test_csv.py:1789–1791  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1787 'c': [3, 6]}])
1788
1789 def test_empty_file(self):
1790 with pytest.raises(ValueError, match="Empty CSV file"):
1791 self.open_bytes(b"")
1792
1793 def test_column_options(self):
1794 # With column_names

Callers

nothing calls this directly

Calls 1

open_bytesMethod · 0.95

Tested by

no test coverage detected