Skip to content

Remove TestData in series tests indexing #29220

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

Conversation

SaturnFromTitan
Copy link
Contributor

@SaturnFromTitan SaturnFromTitan commented Oct 25, 2019

Part of #22550

  • Replaced test_data fixture in pandas/tests/series/indexing/ with more granular fixtures
  • Removed pandas/tests/series/indexing/conftest.py as the test_data fixture is not needed anymore
  • Removed pandas/tests/series/common.py as TestData isn't used anymore

@simonjayhawkins simonjayhawkins added Clean Testing pandas testing functions or related to the test suite labels Oct 25, 2019
@simonjayhawkins simonjayhawkins added this to the 1.0 milestone Oct 25, 2019
@SaturnFromTitan SaturnFromTitan force-pushed the remove-testdata-in-series-tests_indexing branch from 0052392 to ab71d86 Compare October 25, 2019 11:31
@SaturnFromTitan SaturnFromTitan changed the title Remove testdata in series tests indexing Remove TestData in series tests indexing Oct 25, 2019
@SaturnFromTitan SaturnFromTitan force-pushed the remove-testdata-in-series-tests_indexing branch from ab71d86 to ed4d980 Compare October 25, 2019 12:46
@WillAyd
Copy link
Member

WillAyd commented Oct 25, 2019

lgtm. Can you remove the common module altogether now?

@SaturnFromTitan
Copy link
Contributor Author

As the other series related PRs are merged now - yes! I'll add that another commit for that

@SaturnFromTitan SaturnFromTitan force-pushed the remove-testdata-in-series-tests_indexing branch from ed4d980 to ce20213 Compare October 25, 2019 16:13
@jreback jreback merged commit 6caba07 into pandas-dev:master Oct 29, 2019
@jreback
Copy link
Contributor

jreback commented Oct 29, 2019

thanks @SaturnFromTitan very nice!

Reksbril pushed a commit to Reksbril/pandas that referenced this pull request Nov 18, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
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.

TST/CLN: remove TestData from series-tests; replace with fixtures
4 participants