Skip to content

TST: Add test for skipfooter + decimal in read_csv #13800

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
Jul 26, 2016

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Jul 26, 2016

Title is self-explanatory. Only for Python engine because C engine doesn't support skipfooter yet.

Closes #6971.

@jorisvandenbossche jorisvandenbossche added Testing pandas testing functions or related to the test suite IO CSV read_csv, to_csv labels Jul 26, 2016
@jorisvandenbossche jorisvandenbossche added this to the 0.19.0 milestone Jul 26, 2016
@codecov-io
Copy link

codecov-io commented Jul 26, 2016

Current coverage is 85.23% (diff: 100%)

Merging #13800 into master will not change coverage

@@             master     #13800   diff @@
==========================================
  Files           140        140          
  Lines         50415      50415          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          42970      42970          
  Misses         7445       7445          
  Partials          0          0          

Powered by Codecov. Last update 98c5b88...f1ded8c

@jreback
Copy link
Contributor

jreback commented Jul 26, 2016

can you replicate the test in the associated issue as well.

@gfyoung gfyoung force-pushed the test-skipfooter-decimal branch from e1a849d to f1ded8c Compare July 26, 2016 15:11
@gfyoung
Copy link
Member Author

gfyoung commented Jul 26, 2016

@jreback : Ah, yes, good point. Done.

@jreback jreback merged commit d06355d into pandas-dev:master Jul 26, 2016
@jreback
Copy link
Contributor

jreback commented Jul 26, 2016

thanks @gfyoung

@gfyoung gfyoung deleted the test-skipfooter-decimal branch July 27, 2016 00:55
@gfyoung
Copy link
Member Author

gfyoung commented Jul 27, 2016

Also got a nice, round number for this PR as a bonus! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO CSV read_csv, to_csv Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants