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

move timedelta test_astype test #19639

Merged
merged 2 commits into from
Feb 11, 2018
Merged

Conversation

jbrockmendel
Copy link
Member

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

tm.assert_index_equal(result, expected)
assert result.name == expected.name
assert idx.tolist() == expected_list

Copy link
Contributor

Choose a reason for hiding this comment

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

can paramyerize this and remove extra checks

@jreback jreback added Testing pandas testing functions or related to the test suite Timedelta Timedelta data type labels Feb 10, 2018
@codecov
Copy link

codecov bot commented Feb 11, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #19639      +/-   ##
==========================================
- Coverage   91.61%   91.59%   -0.03%     
==========================================
  Files         150      150              
  Lines       48807    48807              
==========================================
- Hits        44716    44704      -12     
- Misses       4091     4103      +12
Flag Coverage Δ
#multiple 89.96% <ø> (-0.03%) ⬇️
#single 41.73% <ø> (ø) ⬆️
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 13bd008...f253e98. Read the comment docs.

@jreback jreback added this to the 0.23.0 milestone Feb 11, 2018
@jreback jreback merged commit 13eac4b into pandas-dev:master Feb 11, 2018
@jreback
Copy link
Contributor

jreback commented Feb 11, 2018

thanks!

@jbrockmendel jbrockmendel deleted the itests5 branch February 11, 2018 21:37
harisbal pushed a commit to harisbal/pandas that referenced this pull request Feb 28, 2018
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