Skip to content

TST: insert 'match' to bare pytest raises in pandas/tests/internals/ #30998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jan 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix invalid escape sequence
  • Loading branch information
MomIsBestFriend committed Jan 15, 2020
commit aa46a8e580c930539a6d4a5e0231453f0933b698
2 changes: 1 addition & 1 deletion pandas/tests/internals/test_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ def test_binop_other(self, op, value, dtype):
else:
msg = (
re.escape(
f"cannot perform __{op.__name__}_\_ with this index type: "
f"cannot perform __{op.__name__}__ with this index type: "
)
+ "(DatetimeArray|TimedeltaArray)"
)
Expand Down