-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Regression testing for fixed issues #30646
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: Regression testing for fixed issues #30646
Conversation
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.
@mroeschke minor nit otherwise lgtm
pandas/tests/reshape/test_pivot.py
Outdated
expected = pd.DataFrame() | ||
tm.assert_frame_equal(result, expected) | ||
|
||
def test_pivot_table_no_column(self): |
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.
def test_pivot_table_no_column(self): | |
def test_pivot_table_no_column_raises(self): |
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.
Merge on green.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff