Skip to content
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

Tests break with coverage>4.2 #4

Closed
tomviner opened this issue Jan 12, 2017 · 1 comment
Closed

Tests break with coverage>4.2 #4

tomviner opened this issue Jan 12, 2017 · 1 comment

Comments

@tomviner
Copy link
Owner

tomviner commented Jan 12, 2017

With coverage 4.3:

Successfully installed coverage
=========================================================================== test session starts ===========================================================================
platform linux2 -- Python 2.7.12, pytest-3.0.5, py-1.4.31, pluggy-0.4.0 -- /home/tom/.virtualenvs/tmp-70e6c02792b22275/bin/python2.7
cachedir: .cache
rootdir: /home/tom/dev/pytest-dev/pytest-ast-back-to-python, inifile: 
plugins: cov-2.4.0, ast-back-to-python-1.0.0
collected 3 items 

tests/test_ast_back_to_python.py::test_ast_as_python_on PASSED
tests/test_ast_back_to_python.py::test_ast_as_python_off PASSED
tests/test_ast_back_to_python.py::test_help_message PASSEDCoverage.py warning: Module pytest_ast_back_to_python.py was never imported.
Coverage.py warning: No data was collected.


=========================================================

See #3 for links to failing tests.

Using git bisect I pinned the failure down to this commit in the coverage github mirror:
nedbat/coveragepy@e7b7628

@tomviner
Copy link
Owner Author

Fixed in #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant