Skip to content

TST: Move test_crosstab_margins to TestPivotTable #13553

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

Conversation

yui-knk
Copy link
Contributor

@yui-knk yui-knk commented Jul 3, 2016

This test case assert pivot_table method.
So it should be defined on TestPivotTable.

@jorisvandenbossche jorisvandenbossche added the Testing pandas testing functions or related to the test suite label Jul 3, 2016
@jorisvandenbossche
Copy link
Member

@yui-knk Seems reasonable indeed.

There is one failing test, but you don't need to bother about that (it's data-reader related, they fail once in a while), but there is also a lint error. You just need to add an extra blank line after the test function (pep8). Can you update for that?

@jorisvandenbossche jorisvandenbossche added this to the 0.18.2 milestone Jul 3, 2016
@jreback
Copy link
Contributor

jreback commented Jul 3, 2016

lgtm (assume pep is fixed)

@yui-knk yui-knk force-pushed the test_categorical_margins branch from 927e5b7 to e996e6a Compare July 4, 2016 14:34
@codecov-io
Copy link

codecov-io commented Jul 4, 2016

Current coverage is 84.34%

Merging #13553 into master will not change coverage

@@             master     #13553   diff @@
==========================================
  Files           138        138          
  Lines         51126      51126          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43122      43122          
  Misses         8004       8004          
  Partials          0          0          

Powered by Codecov. Last updated by 7c9ba14...e996e6a

This test case assert `pivot_table` method.
So it should be defined on `TestPivotTable`.
@jorisvandenbossche jorisvandenbossche merged commit f20b41e into pandas-dev:master Jul 4, 2016
@yui-knk yui-knk deleted the test_categorical_margins branch July 4, 2016 16:15
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.

4 participants