Skip to content

TST: Clean up tests in test_take.py #21591

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
Jun 22, 2018

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Jun 22, 2018

Utilizes pytest fixtures to cleanup the code significantly.

Initially thought this could be a good place for #21500, but that didn't turn out to be the case. 🤷‍♂️

Utilizes pytest's fixtures to
cleanup the code significantly.
@gfyoung gfyoung added Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite Clean labels Jun 22, 2018
@gfyoung gfyoung added this to the 0.24.0 milestone Jun 22, 2018
@jreback
Copy link
Contributor

jreback commented Jun 22, 2018

looks good. merge on green.

@codecov
Copy link

codecov bot commented Jun 22, 2018

Codecov Report

Merging #21591 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #21591      +/-   ##
==========================================
+ Coverage    91.9%    91.9%   +<.01%     
==========================================
  Files         153      153              
  Lines       49549    49549              
==========================================
+ Hits        45537    45539       +2     
+ Misses       4012     4010       -2
Flag Coverage Δ
#multiple 90.3% <ø> (ø) ⬆️
#single 41.78% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/util/testing.py 85.27% <0%> (+0.2%) ⬆️

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 f1ffc5f...13111ad. Read the comment docs.

@gfyoung gfyoung merged commit aa3e683 into pandas-dev:master Jun 22, 2018
@gfyoung gfyoung deleted the test-take-cleanup branch June 22, 2018 16:52
Sup3rGeo pushed a commit to Sup3rGeo/pandas that referenced this pull request Oct 1, 2018
Utilizes pytest's fixtures to
cleanup the code significantly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants