Skip to content

Split test_ops_compat into targeted tests #19334

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

Merged
merged 1 commit into from
Jan 22, 2018

Conversation

jbrockmendel
Copy link
Member

This and a couple other test-organizing PRs are being split off of a WIP branch to fix division-by-zero consistency.

  • closes #xxxx
  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@jreback jreback added Testing pandas testing functions or related to the test suite Timedelta Timedelta data type labels Jan 21, 2018

offsets = [pd.offsets.Hour(2), timedelta(hours=2),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should you parametrize over the offsets? (e.g. make them a fixture)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s what delta fixture is.

@codecov
Copy link

codecov bot commented Jan 22, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #19334   +/-   ##
=======================================
  Coverage   91.57%   91.57%           
=======================================
  Files         150      150           
  Lines       48700    48700           
=======================================
  Hits        44595    44595           
  Misses       4105     4105
Flag Coverage Δ
#multiple 89.94% <ø> (ø) ⬆️
#single 41.72% <ø> (ø) ⬆️

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 6ba65ca...f4e8aba. Read the comment docs.

@jreback jreback added this to the 0.23.0 milestone Jan 22, 2018
@jreback jreback merged commit 2952fbd into pandas-dev:master Jan 22, 2018
@jreback
Copy link
Contributor

jreback commented Jan 22, 2018

thanks!

@jbrockmendel jbrockmendel deleted the split_compat branch February 11, 2018 21:58
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 Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants