Skip to content

REF/TST: method-specific files for Series timeseries methods #32226

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 10 commits into from
Feb 25, 2020

Conversation

jbrockmendel
Copy link
Member

cc @WillAyd @simonjayhawkins got the go ahead the other day to take these off Jeff's plate

@jbrockmendel jbrockmendel added Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite labels Feb 25, 2020
@simonjayhawkins
Copy link
Member

@jbrockmendel running pytest pandas/tests/series/

this PR
=========== 2620 passed, 23 skipped, 7 xfailed, 1 warning in 19.32s ===========
master
=========== 2617 passed, 23 skipped, 7 xfailed, 1 warning in 22.35s ===========

@jbrockmendel
Copy link
Member Author

test_localized_at_time_between_time gets split into test_localized_at_time and test_localize_between_time. Since that is parametrized over two values, that accounts for 2 extra tests. not clear where the third is coming from. ill see if i can narrow it down

@jbrockmendel
Copy link
Member Author

The third extra test was a test_between in test_period.py that was left behind, just updated.

@simonjayhawkins simonjayhawkins added this to the 1.1 milestone Feb 25, 2020
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

@jbrockmendel lgtm pending green.

@simonjayhawkins simonjayhawkins merged commit 2227c83 into pandas-dev:master Feb 25, 2020
@simonjayhawkins
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the tst-methods-8 branch February 25, 2020 23:23
roberthdevries pushed a commit to roberthdevries/pandas that referenced this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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