We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b4fe3 commit 4950e06Copy full SHA for 4950e06
pandas/tests/io/parser/test_quoting.py
@@ -40,6 +40,7 @@ def test_bad_quote_char(all_parsers, kwargs, msg):
40
"quoting,msg",
41
[
42
("foo", '"quoting" must be an integer|Argument'),
43
+ (5, 'bad "quoting" value'), # quoting must be in the range [0, 3]
44
],
45
)
46
def test_bad_quoting(all_parsers, quoting, msg):
0 commit comments