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

Centralize and de-duplicate comparison and arith tests #19317

Merged
merged 5 commits into from
Jan 21, 2018

Conversation

jbrockmendel
Copy link
Member

These are almost all cut/paste moving tests to the appropriate places. Two exceptions:

  • Some "TODO: de-duplicate this with that" notes (mostly to myself)
  • TestTimedeltaIndexArithmetic.test_numeric_compat badly needed to be split into more specific tests, so that is done here.

@pep8speaks
Copy link

pep8speaks commented Jan 19, 2018

Hello @jbrockmendel! Thanks for updating the PR.

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated on January 19, 2018 at 18:52 Hours UTC

@codecov
Copy link

codecov bot commented Jan 20, 2018

Codecov Report

Merging #19317 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #19317      +/-   ##
==========================================
- Coverage   91.53%    91.5%   -0.03%     
==========================================
  Files         150      150              
  Lines       48738    48738              
==========================================
- Hits        44611    44599      -12     
- Misses       4127     4139      +12
Flag Coverage Δ
#multiple 89.87% <ø> (-0.03%) ⬇️
#single 41.72% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/plotting/_converter.py 65.22% <0%> (-1.74%) ⬇️

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 f0cd23c...77ffa9a. Read the comment docs.

@jreback jreback added Testing pandas testing functions or related to the test suite Datetime Datetime data dtype Timedelta Timedelta data type Period Period data type labels Jan 21, 2018
@jreback jreback added this to the 0.23.0 milestone Jan 21, 2018
@jreback jreback merged commit d9d562b into pandas-dev:master Jan 21, 2018
@jreback
Copy link
Contributor

jreback commented Jan 21, 2018

thanks.

are we missing a pandas/tests/indexes/period/test_artithmetic.py?

actually there is one, I guess nothing to move there

@jbrockmendel jbrockmendel deleted the more_test_refactor branch January 21, 2018 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Period Period data type Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants