Skip to content
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

Merged
merged 5 commits into from
May 9, 2018
Merged

Conversation

WillAyd
Copy link
Member

@WillAyd WillAyd commented May 8, 2018

progress towards #20812

This should be it for parametrizing tests. Plan is to look at and clean up fixtures after this

@WillAyd WillAyd changed the title Idx clnup4 Parametrization of indexes/teset_base May 8, 2018
@WillAyd WillAyd changed the title Parametrization of indexes/teset_base Parametrization of indexes/test_base #4 May 8, 2018
@codecov
Copy link

codecov bot commented May 8, 2018

Codecov Report

Merging #20979 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #20979   +/-   ##
=======================================
  Coverage   91.82%   91.82%           
=======================================
  Files         153      153           
  Lines       49490    49490           
=======================================
  Hits        45445    45445           
  Misses       4045     4045
Flag Coverage Δ
#multiple 90.22% <ø> (ø) ⬆️
#single 41.85% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3dd90a2...60d91b6. Read the comment docs.

Copy link
Contributor

@jreback jreback left a 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),
Copy link
Contributor

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)

@jreback jreback added the Testing pandas testing functions or related to the test suite label May 9, 2018
@jreback jreback added this to the 0.23.0 milestone May 9, 2018
@jreback jreback merged commit 673fe6e into pandas-dev:master May 9, 2018
@WillAyd WillAyd deleted the idx-clnup4 branch May 9, 2018 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants