Skip to content

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

Merged
merged 6 commits into from
Jan 3, 2020

Conversation

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Jan 3, 2020
@mroeschke mroeschke added this to the 1.0 milestone Jan 3, 2020
Copy link
Member

@simonjayhawkins simonjayhawkins left a 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

expected = pd.DataFrame()
tm.assert_frame_equal(result, expected)

def test_pivot_table_no_column(self):
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
def test_pivot_table_no_column(self):
def test_pivot_table_no_column_raises(self):

Copy link
Contributor

@TomAugspurger TomAugspurger left a comment

Choose a reason for hiding this comment

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

Merge on green.

@mroeschke mroeschke merged commit 0ce0bb5 into pandas-dev:master Jan 3, 2020
@mroeschke mroeschke deleted the more_regression_testing branch January 3, 2020 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment