TST: Fix generator tests to run by TomAugspurger · Pull Request #14245 · pandas-dev/pandas (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation2 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

TomAugspurger

Closes #14244

This class inheriting from TestCase caused
the tests the yield fixture tests to not actually
run. The new output is

nosetests pandas/computation/tests/test_eval.py:TestTypeCasting
........................................
----------------------------------------------------------------------
Ran 40 tests in 0.264s

OK

@TomAugspurger

This class inheriting from TestCase caused the tests the yield fixture tests to not actually run. The new output is

nosetests pandas/computation/tests/test_eval.py:TestTypeCasting ........................................

Ran 40 tests in 0.264s

OK

@codecov-io

Current coverage is 85.25% (diff: 100%)

Merging #14245 into master will increase coverage by <.01%

@@ master #14245 diff @@

Files 140 140
Lines 50560 50560
Methods 0 0
Messages 0 0
Branches 0 0

Powered by Codecov. Last update db9dc65...56f6028

@jreback

yarikoptic added a commit to neurodebian/pandas that referenced this pull request

Oct 13, 2016

@yarikoptic

Labels

Testing

pandas testing functions or related to the test suite