-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
MAINT: Remove tm.assertIsNot from testing #16024
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: Remove tm.assertIsNot from testing #16024
Conversation
lgtm. FYI, travis is undergoing maint. |
5bf05a2
to
d0f6e39
Compare
d0f6e39
to
c678575
Compare
Codecov Report
@@ Coverage Diff @@
## master #16024 +/- ##
==========================================
+ Coverage 90.99% 90.99% +<.01%
==========================================
Files 154 154
Lines 50471 50472 +1
==========================================
+ Hits 45926 45927 +1
Misses 4545 4545
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16024 +/- ##
==========================================
+ Coverage 90.99% 90.99% +<.01%
==========================================
Files 154 154
Lines 50471 50472 +1
==========================================
+ Hits 45926 45927 +1
Misses 4545 4545
Continue to review full report at Codecov.
|
thanks! |
@jorisvandenbossche : Shoot, it looks there were a few other instances of |
And all tests still passed? |
It's because they're |
Follow-up to pandas-devgh-16024.
Title is self-explanatory. Also clean up other non-
pytest
idioms where I was removingassertIsNot
.Partially addresses #15990.