Skip to content

TST: Refactor test_maybe_match_name and test_hash_pandas_object #21600

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 4 commits into from
Jun 25, 2018

Conversation

minggli
Copy link
Contributor

@minggli minggli commented Jun 22, 2018

  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff

@minggli minggli changed the title Refactor test_maybe_match_name in test common TST: Refactor test_maybe_match_name in test_common Jun 22, 2018
@codecov
Copy link

codecov bot commented Jun 22, 2018

Codecov Report

Merging #21600 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #21600   +/-   ##
=======================================
  Coverage    91.9%    91.9%           
=======================================
  Files         153      153           
  Lines       49548    49548           
=======================================
  Hits        45538    45538           
  Misses       4010     4010
Flag Coverage Δ
#multiple 90.3% <ø> (ø) ⬆️
#single 41.86% <ø> (+0.07%) ⬆️

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 7bee353...2ddd15c. Read the comment docs.

@minggli minggli changed the title TST: Refactor test_maybe_match_name in test_common TST: Refactor test_maybe_match_name and test_hash_pandas_object Jun 22, 2018
@pep8speaks
Copy link

pep8speaks commented Jun 23, 2018

Hello @minggli! Thanks for updating the PR.

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated on June 23, 2018 at 07:48 Hours UTC

@minggli minggli force-pushed the refactor/test_common branch from 0381203 to 2ddd15c Compare June 23, 2018 07:48
pd.date_range('20130101', periods=2)]),
MultiIndex.from_product([pd.CategoricalIndex(list('aabc')), range(3)])
])
def test_hash_pandas_object(self, obj):
Copy link
Member

Choose a reason for hiding this comment

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

Was anything changed here besides indentation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, just indentation.

@minggli
Copy link
Contributor Author

minggli commented Jun 24, 2018

@WillAyd further comments welcome.

@WillAyd
Copy link
Member

WillAyd commented Jun 25, 2018

lgtm - thanks!

@minggli
Copy link
Contributor Author

minggli commented Jun 25, 2018

@gfyoung

Copy link
Member

@gfyoung gfyoung left a comment

Choose a reason for hiding this comment

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

LGTM!

cc @jreback

@gfyoung gfyoung added Testing pandas testing functions or related to the test suite Clean labels Jun 25, 2018
@jreback jreback added this to the 0.24.0 milestone Jun 25, 2018
@jreback jreback merged commit 1033e8b into pandas-dev:master Jun 25, 2018
@jreback
Copy link
Contributor

jreback commented Jun 25, 2018

thanks @minggli ! keep em coming!

@minggli
Copy link
Contributor Author

minggli commented Jun 26, 2018

thanks for reviewing.

@minggli minggli deleted the refactor/test_common branch June 26, 2018 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants