Skip to content

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

Merged
merged 17 commits into from
Sep 20, 2019
Merged

Conversation

jbrockmendel
Copy link
Member

and an unrelated excel test cleanup that slipped in somehow

@jreback jreback added the Testing pandas testing functions or related to the test suite label Sep 18, 2019
@jreback jreback added this to the 1.0 milestone Sep 18, 2019
assert used_numexpr, "Did not use numexpr as expected."
tm.assert_equal(expected, result)

def run_frame(self, df, other, run_binary=True):
Copy link
Member

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

Copy link
Member Author

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

@jreback jreback merged commit 8841539 into pandas-dev:master Sep 20, 2019
@jreback
Copy link
Contributor

jreback commented Sep 20, 2019

thanks @jbrockmendel definite improvement on the existing, I am sure you will be pushing more cleanups for this :->

@jbrockmendel
Copy link
Member Author

Yep, plenty more of these in the pipeline. Also want to nudge you on #28431 (blocker) and #28049 (got your OK a few days ago, just rebased)

@jbrockmendel jbrockmendel deleted the faster17 branch September 20, 2019 14:14
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants