Skip to content

Commit 30c293b

Browse files
author
Sumanau Sareen
committed
Add test to check OptionError exc is raisable in pandas.errors
1 parent 36687ed commit 30c293b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_errors.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"EmptyDataError",
1818
"ParserWarning",
1919
"MergeError",
20+
"OptionError",
2021
],
2122
)
2223
def test_exception_importable(exc):

0 commit comments

Comments
 (0)