Skip to content

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