Skip to content

TST: Test timedelta arithmetic (#9396) #14906

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
Dec 18, 2016
Merged

Conversation

mroeschke
Copy link
Member

Original issue was with using div with datetime.timedelta. Doesn't appear this was fixed recently.

@codecov-io
Copy link

codecov-io commented Dec 18, 2016

Current coverage is 84.56% (diff: 100%)

Merging #14906 into master will decrease coverage by <.01%

@@             master     #14906   diff @@
==========================================
  Files           144        144          
  Lines         51058      51058          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          43177      43176     -1   
- Misses         7881       7882     +1   
  Partials          0          0          

Powered by Codecov. Last update e503d40...56c5ba3

@jreback jreback added Testing pandas testing functions or related to the test suite Timedelta Timedelta data type labels Dec 18, 2016
@jreback jreback added this to the 0.20.0 milestone Dec 18, 2016
@jreback jreback merged commit 37b22c7 into pandas-dev:master Dec 18, 2016
@jreback
Copy link
Contributor

jreback commented Dec 18, 2016

thanks!

ischurov pushed a commit to ischurov/pandas that referenced this pull request Dec 19, 2016
@mroeschke mroeschke deleted the test_9396 branch December 21, 2016 04:20
ShaharBental pushed a commit to ShaharBental/pandas that referenced this pull request Dec 26, 2016
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.

BUG?: div method with timedelta
3 participants