8000 TST: Insert 'match' to bare pytest raises by ShaharNaveh · Pull Request #30997 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

TST: Insert 'match' to bare pytest raises #30997

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 9 commits into from
Jan 14, 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
Update pandas/tests/test_lib.py
Co-Authored-By: William Ayd <william.ayd@icloud.com>
  • Loading branch information
ShaharNaveh and WillAyd authored Jan 14, 2020
commit c94bdccbd7f7ab6df4d4c9732b5530cf18af4089
2 changes: 1 addition & 1 deletion pandas/tests/test_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_maybe_indices_to_slice_right_edge(self):
tm.assert_numpy_array_equal(maybe_slice, indices)

msg = (
"index 100 is out of bounds for axis 0 with size 100|"
"index 100 is out of bounds for axis (0|1) with size 100|"
"index 100 is out of bounds for axis 1 with size 100"
)

Expand Down
0