-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: parametrize test_expressions #28493
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
assert used_numexpr, "Did not use numexpr as expected." | ||
tm.assert_equal(expected, result) | ||
|
||
def run_frame(self, df, other, run_binary=True): |
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 this function even necessary? I think this could be cleaned up a lot if all of these functions were just parametrized instead of indirected across a few functions
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 think we can clean it up further if we get the run_binary thing working more consistently
thanks @jbrockmendel definite improvement on the existing, I am sure you will be pushing more cleanups for this :-> |
and an unrelated excel test cleanup that slipped in somehow