Skip to content

TST/ CLN: Remove makeCustomIndex/DataFrame #56331

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 5 commits into from
Dec 5, 2023

Conversation

mroeschke
Copy link
Member

No description provided.

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite Clean labels Dec 4, 2023
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

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

looks good - thanks for tackling all of these

@@ -115,6 +118,18 @@ def lhs(request):
midhs = lhs


@pytest.fixture
def idx_func_dict():
return {
Copy link
Member

Choose a reason for hiding this comment

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

maybe worth a note that this is used in combination with the c_idx_type fixture; there might also be a way to make this build on top of that (fine for a future PR if possible)

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah nice find. Yeah appears we can eliminate a fixture by combining both

@mroeschke mroeschke added this to the 2.2 milestone Dec 5, 2023
@mroeschke mroeschke merged commit 0b9e784 into pandas-dev:main Dec 5, 2023
@mroeschke mroeschke deleted the cln/makecustom branch December 5, 2023 17:50
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.

2 participants