Skip to content

TST: Enable tests that aren't currently running in indexes/datetimes/test_tools.py #17405

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
Sep 1, 2017

Conversation

jschendel
Copy link
Member

Enabled tests that aren't currently running. Made a small modification to a typo in datetimes.py to make sure all tests pass. Small modifications to checks in TestToDatetimeUnit::test_frame to verify that the raised messages match expectations.

@chris-b1 chris-b1 added the Testing pandas testing functions or related to the test suite label Aug 31, 2017
@chris-b1 chris-b1 added this to the 0.21.0 milestone Aug 31, 2017
Enabled tests that currently aren't running.  Small fix to make sure all tests pass.  Verified that the raised messages match expectations for TestToDatetimeUnit::test_frame.
@jschendel jschendel force-pushed the fix-format-tools-datetimes branch from 3d5a52c to a09ac59 Compare August 31, 2017 22:02
@codecov
Copy link

codecov bot commented Sep 1, 2017

Codecov Report

Merging #17405 into master will increase coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #17405      +/-   ##
==========================================
+ Coverage   91.03%   91.14%   +0.11%     
==========================================
  Files         163      163              
  Lines       49580    49580              
==========================================
+ Hits        45137    45192      +55     
+ Misses       4443     4388      -55
Flag Coverage Δ
#multiple 88.93% <ø> (+0.12%) ⬆️
#single 40.26% <ø> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/core/tools/datetimes.py 85.43% <ø> (+18.4%) ⬆️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/plotting/_converter.py 63.23% <0%> (-1.82%) ⬇️
pandas/core/frame.py 97.72% <0%> (-0.1%) ⬇️
pandas/core/indexes/datetimes.py 95.43% <0%> (+0.09%) ⬆️
pandas/core/indexes/base.py 96.29% <0%> (+0.44%) ⬆️

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 062f6f1...a09ac59. Read the comment docs.

@chris-b1 chris-b1 merged commit 9e425d6 into pandas-dev:master Sep 1, 2017
@chris-b1
Copy link
Contributor

chris-b1 commented Sep 1, 2017

Thanks @jschendel!

@jschendel jschendel deleted the fix-format-tools-datetimes branch September 1, 2017 16:38
jowens pushed a commit to jowens/pandas that referenced this pull request Sep 20, 2017
Enabled tests that currently aren't running.  Small fix to make sure all tests pass.  Verified that the raised messages match expectations for TestToDatetimeUnit::test_frame.
alanbato pushed a commit to alanbato/pandas that referenced this pull request Nov 10, 2017
Enabled tests that currently aren't running.  Small fix to make sure all tests pass.  Verified that the raised messages match expectations for TestToDatetimeUnit::test_frame.
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST: Some tests in indexes/datetimes/test_tools.py don't appear to run
2 participants