Skip to content

TST: Add more regression tests for fixed issues #31171

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
Jan 21, 2020

Conversation

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Jan 21, 2020
@mroeschke mroeschke added this to the 1.1 milestone Jan 21, 2020
@@ -86,3 +86,15 @@ def test_getitem_2d_deprecated(self):
with pytest.raises(ValueError, match="multi-dimensional indexing not allowed"):
with tm.assert_produces_warning(DeprecationWarning, check_stacklevel=False):
idx[:, None]

def test_get_indexer_non_monotonic(self):
Copy link
Member

Choose a reason for hiding this comment

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

Can you move this to tests/indexes/interval/test_indexing.py within the TestGetIndexer class? LGTM otherwise.

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Member

@gfyoung gfyoung left a comment

Choose a reason for hiding this comment

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

Don't forget to save some for the rest of us to contribute to 😁

@mroeschke mroeschke merged commit d77b1d8 into pandas-dev:master Jan 21, 2020
@mroeschke mroeschke deleted the more_regression_tests branch January 21, 2020 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment