-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
REF: Convert test_hashing to pytest idiom #24009
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
REF: Convert test_hashing to pytest idiom #24009
Conversation
Hello @gfyoung! Thanks for updating the PR.
Comment last updated on November 30, 2018 at 06:21 Hours UTC |
f1bbe88
to
77f7ac8
Compare
Codecov Report
@@ Coverage Diff @@
## master #24009 +/- ##
=======================================
Coverage 92.31% 92.31%
=======================================
Files 161 161
Lines 51549 51549
=======================================
Hits 47586 47586
Misses 3963 3963
Continue to review full report at Codecov.
|
_check_equal appeared to be checking index=True/False, but we actually need to do explicitly pass in index=True/False for this to work.
@jreback @TomAugspurger : Addressed the comment above, and all is still green. PTAL. |
LGTM. Instead of the index fixture you could also just call each of |
Thought about it. Just wanted something a little more modular. Thanks for noticing the bug though! |
Also patch bug in the tests as follows: _check_equal appeared to be checking index=True/False, but we actually need to do explicitly pass in index=True/False for this to work.
Also patch bug in the tests as follows: _check_equal appeared to be checking index=True/False, but we actually need to do explicitly pass in index=True/False for this to work.
Also patch bug in the tests as follows: _check_equal appeared to be checking index=True/False, but we actually need to do explicitly pass in index=True/False for this to work.
No description provided.