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

Method test_empty_file

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

Source from the content-addressed store, hash-verified

1717 'c': [3, 6]}])
1718
1719 def test_empty_file(self):
1720 with pytest.raises(ValueError, match="Empty CSV file"):
1721 self.open_bytes(b"")
1722
1723 def test_column_options(self):
1724 # With column_names

Callers

nothing calls this directly

Calls 1

open_bytesMethod · 0.95

Tested by

no test coverage detected