-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
REF/TST: collect Index join tests #32171
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
import pandas._testing as tm | ||
|
||
|
||
class TestJoin: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason this is OOP? We should try to be functional (more pytest
-idiomatic) if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i still find classes useful for test organization
thanks, looks like a pass for parametrize these is in order at some point |
we get a little bit of parametrization out of the deal, not much