We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b495ffa commit 18c3012Copy full SHA for 18c3012
pandas/tests/io/parser/test_parsers.py
@@ -112,4 +112,4 @@ def test_unknown_engine(self):
112
fp.flush()
113
with pytest.raises(ValueError) as exc_info:
114
read_csv(fp.name, engine='pyt')
115
- exc_info.matches('Unknown engine')
+ exc_info.match('Unknown engine')
0 commit comments