-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Parametrization of indexes/test_base #4 #20979
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20979 +/- ##
=======================================
Coverage 91.82% 91.82%
=======================================
Files 153 153
Lines 49490 49490
=======================================
Hits 45445 45445
Misses 4045 4045
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
u" dtype='object', length=300)") | ||
|
||
assert coerce(idx) == expected | ||
(pd.Index([u'あ', u'いい', u'ううう'] * 100), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
later on would move these repr tests to a separate test file (in future PR)
progress towards #20812
This should be it for parametrizing tests. Plan is to look at and clean up fixtures after this