We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d51c2 commit 4fd7315Copy full SHA for 4fd7315
pandas/tests/io/parser/test_quoting.py
@@ -22,7 +22,7 @@
22
{"quotechar": None, "quoting": csv.QUOTE_MINIMAL},
23
"quotechar must be set if quoting enabled",
24
),
25
- ({"quotechar": 2}, '"quotechar" must be string, not int'),
+ ({"quotechar": 2}, '"quotechar" must be string( or None)?, not int'),
26
],
27
)
28
def test_bad_quote_char(all_parsers, kwargs, msg):
0 commit comments