We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaad97 commit 778e385Copy full SHA for 778e385
pandas/tests/io/test_common.py
@@ -641,6 +641,7 @@ def close(self):
641
with icom.get_handle(buffer, "rb") as handles:
642
handles.created_handles.append(TestError())
643
644
+
645
def test_read_csv_chained_url_no_error():
646
tar_file = "pandas/tests/io/data/tar/test-csv.tar"
647
try:
@@ -649,6 +650,7 @@ def test_read_csv_chained_url_no_error():
649
650
except Exception as e:
651
pytest.fail(e)
652
653
654
@pytest.mark.parametrize(
655
"reader",
656
[
0 commit comments