-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
TST: Split test_excel into sub test files #24472
Comments
Hi @WillAyd, is this issue still open? If so I would be interested in giving it a shot :) |
@stevenbw for sure - PRs are always welcome! |
@WillAyd Just want to make sure I am interpreting this correctly. The only change is to move the |
At the very least want to create a sub directory for excel which has a base.py and an xlrd.py which logically separate the tests. There may be other logical organization points so if you have ideas on that certainly open to it. Cc @gfyoung if you have any other thoughts to offer |
@WillAyd : I think you explained it pretty well here! @stevenbw : Just a point of guidance. The idea is to hopefully create smaller, more modular tests in the spirit of There might also be opportunities to leverage more |
@WillAyd @gfyoung thanks for your help. I have split the file in two as you suggested, just reviewing before I open a PR. There could be an opportunity to separate the As @gfyoung said, it may be worthwhile undertaking the bigger task of refactoring the test files to a more functional style rather than class based. |
Logical follow up to https://github.com/pandas-dev/pandas/pull/24423/files#r244284618
cc @gfyoung
The text was updated successfully, but these errors were encountered: