Skip to content

TST: Split/parameterize test_sorting #44968

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 5 commits into from
Dec 19, 2021

Conversation

mroeschke
Copy link
Member

  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Dec 19, 2021
@mroeschke mroeschke added this to the 1.4 milestone Dec 19, 2021
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm comment for followup

@@ -216,10 +239,19 @@ def test_int64_overflow_issues(self):
tm.assert_series_equal(out["left"], result, check_names=False)
assert result.name is None

@pytest.mark.slow
@pytest.mark.parametrize("how", ["left", "right", "outer", "inner"])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we have a fixture for this somewhere? (fix in followup)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After a quick look doesn't appear like we have a fixture in a conftest

@jreback jreback merged commit c97d4b3 into pandas-dev:master Dec 19, 2021
@mroeschke mroeschke deleted the ref/test_sorting branch December 19, 2021 22:55
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.

2 participants