You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jreback so this change would involve relocating pandas/tests/test_groupby.py to the hierarchy pandas/tests/groupby/ and then breaking this file into other files (having tests of similar type)?
closespandas-dev#14813
Author: Ajay Saxena <[email protected]>
Closespandas-dev#14817 from aileronajay/groupby_test_restructure and squashes the following commits:
860574d [Ajay Saxena] removed duplicate file
f6e1cda [Ajay Saxena] further split the tests
2cc0734 [Ajay Saxena] branched out the filter tests into a new file
closespandas-dev#14813
Author: Ajay Saxena <[email protected]>
Closespandas-dev#14817 from aileronajay/groupby_test_restructure and squashes the following commits:
860574d [Ajay Saxena] removed duplicate file
f6e1cda [Ajay Saxena] further split the tests
2cc0734 [Ajay Saxena] branched out the filter tests into a new file
see suggestions here: #12607 (comment)
we have lots and lots of groupby tests and so getting pretty unweidly
so should reorg to a sub-dir setup like we have for other things
eg.
pandas/tests/groupby/.....
The text was updated successfully, but these errors were encountered: