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

TST: clean up series/frame api tests inheritance a bit #15949

Merged
merged 2 commits into from
Apr 10, 2017

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Apr 8, 2017

No description provided.

@jreback jreback added the Testing pandas testing functions or related to the test suite label Apr 8, 2017
@jreback jreback added this to the 0.20.0 milestone Apr 8, 2017
@jreback jreback added the Bug label Apr 8, 2017
@codecov
Copy link

codecov bot commented Apr 9, 2017

Codecov Report

Merging #15949 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #15949   +/-   ##
=======================================
  Coverage      91%      91%           
=======================================
  Files         145      145           
  Lines       49576    49576           
=======================================
  Hits        45118    45118           
  Misses       4458     4458
Flag Coverage Δ
#multiple 88.77% <100%> (ø) ⬆️
#single 40.57% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/indexes/base.py 96.09% <100%> (ø) ⬆️
pandas/tseries/index.py 95.43% <100%> (ø) ⬆️

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 f35209e...6a899d3. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 9, 2017

Codecov Report

Merging #15949 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #15949   +/-   ##
=======================================
  Coverage      91%      91%           
=======================================
  Files         145      145           
  Lines       49576    49576           
=======================================
  Hits        45118    45118           
  Misses       4458     4458
Flag Coverage Δ
#multiple 88.77% <100%> (ø) ⬆️
#single 40.57% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/indexes/base.py 96.09% <100%> (ø) ⬆️
pandas/tseries/index.py 95.43% <100%> (ø) ⬆️

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 f35209e...6a899d3. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 9, 2017

Codecov Report

Merging #15949 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #15949      +/-   ##
==========================================
- Coverage      91%      91%   -0.01%     
==========================================
  Files         145      145              
  Lines       49581    49576       -5     
==========================================
- Hits        45123    45118       -5     
  Misses       4458     4458
Flag Coverage Δ
#multiple 88.77% <100%> (-0.01%) ⬇️
#single 40.57% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/indexes/base.py 96.09% <100%> (ø) ⬆️
pandas/tseries/index.py 95.43% <100%> (ø) ⬆️
pandas/core/algorithms.py 94.53% <0%> (-0.05%) ⬇️
pandas/core/base.py 95.51% <0%> (ø) ⬆️
pandas/core/categorical.py 95.85% <0%> (ø) ⬆️
pandas/indexes/api.py 98.66% <0%> (ø) ⬆️
pandas/core/series.py 94.89% <0%> (ø) ⬆️

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 9cb2c2d...2f6a9c2. Read the comment docs.

@jreback jreback merged commit d984cfc into pandas-dev:master Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants