Skip to content

TST: Separate expanding_apply and rolling_apply out of consistency #33817

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
Apr 27, 2020

Conversation

charlesdong1991
Copy link
Member

@charlesdong1991 charlesdong1991 commented Apr 27, 2020

xref #30577 #30486

This is the second step for breaking up giant consistency test, this PR separates consistency tests about expanding_apply and rolling_apply out from their big expanding_consistency and rolling_consistency tests.

The followup after this would be removing self.data initiation from init and convert to either fixture or funcs with yields so as to gradually move tests out of the whole consistency class and easier for parametrization instead of current looping.

cc @jreback

@jreback jreback added Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding labels Apr 27, 2020
@jreback jreback added this to the 1.1 milestone Apr 27, 2020
@jreback jreback merged commit 08f9bd2 into pandas-dev:master Apr 27, 2020
@jreback
Copy link
Contributor

jreback commented Apr 27, 2020

great thanks.

yeah parameterization would be great to remove some of the inner loops.

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 Window rolling, ewma, expanding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants