-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
MAINT: Rename assertRaisesRegexp to assert_raises_regex #16119
MAINT: Rename assertRaisesRegexp to assert_raises_regex #16119
Conversation
|
Codecov Report
@@ Coverage Diff @@
## master #16119 +/- ##
==========================================
+ Coverage 90.84% 90.86% +0.02%
==========================================
Files 159 159
Lines 50779 50779
==========================================
+ Hits 46128 46141 +13
+ Misses 4651 4638 -13
Continue to review full report at Codecov.
|
I was thinking the "with" makes the name a little clearer (from a grammatical perspective especially). What do you think? |
This is much more clear (and not redundant).
|
Fair enough. Done. |
340549a
to
7a58c30
Compare
7a58c30
to
cc4f956
Compare
@jreback : It would be great to get this merged in ASAP, since every time |
yes, sorry, busy with some other things. thanks @gfyoung |
@jreback : No worries, but FYI, |
@jreback : Putting up PR right now to patch this immediately. |
Removes remaining assertRaisesRegexp before pandas-devgh-16119 got merged.
yep |
Removes remaining assertRaisesRegexp before gh-16119 got merged.
Removes remaining assertRaisesRegexp before pandas-devgh-16119 got merged.
Title is self-explanatory.
xref #16089 (comment)