Skip to content
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

TST: Add message checks to tests/arrays/categorical/ #30242

Merged
merged 4 commits into from
Dec 15, 2019

Conversation

simonjayhawkins
Copy link
Member

@simonjayhawkins simonjayhawkins added the Testing pandas testing functions or related to the test suite label Dec 12, 2019
@@ -151,6 +145,18 @@ def test_compare_frame(self):
expected = DataFrame([[False, True, True, False]])
tm.assert_frame_equal(result, expected)

@pytest.mark.parametrize(
Copy link
Contributor

Choose a reason for hiding this comment

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

could use all_compare_operators fixture

@jreback jreback added this to the 1.0 milestone Dec 13, 2019
@jreback jreback merged commit 46a4573 into pandas-dev:master Dec 15, 2019
@jreback
Copy link
Contributor

jreback commented Dec 15, 2019

thanks @simonjayhawkins

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