Skip to content

Conversation

@cmp0xff
Copy link
Contributor

@cmp0xff cmp0xff commented Dec 10, 2025

Towards #1538.

I would like to add tests, but test_frame is gigantic, and there are so many tests related to getitem and setitem.

This PR separates two groups of tests from test_frame: groupby and indexing (setitem + getitem).

  • We should have exactly the same tests before and after this refactor.
  • test_groupby should contain only groupby-related tests
  • test_indexing should contain only tests related to getitem and setitem.

@cmp0xff
Copy link
Contributor Author

cmp0xff commented Dec 10, 2025

Both in main and here, there are 1622 tests.

Copy link
Member

@loicdiridollou loicdiridollou 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, will trust you that no tests fell through in the moving process, thanks @cmp0xff !

@loicdiridollou
Copy link
Member

Please fix the conflicts and will be merging when good!

@loicdiridollou loicdiridollou merged commit d904a17 into pandas-dev:main Dec 10, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants