We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got a fresh clone on my of pytest's master branch. I created a virtual environment and installed tox. When I run:
python3 runtox.py -e linting,py27,py35
I get one test that fails (although expected and got results look very similar!):
expected
got
__________________________________________________ [doctest] test_doctest.txt ___________________________________________________ 002 003 Testing doctest:: 004 005 >>> 1 + 1 Expected: 2 Got: 2 /Users/raquelalegre/workspace/pytest/testing/freeze/tests/test_doctest.txt:5: DocTestFailure
Here's my pip list:
pip list
pip (8.1.2) pluggy (0.3.1) py (1.4.31) setuptools (26.0.0) tox (2.3.1) virtualenv (15.0.3) wheel (0.29.0)
The text was updated successfully, but these errors were encountered:
that's strange given current tests on both Travis and AppVeyor are passing...
perhaps it is related to your eol settings on Git?
Sorry, something went wrong.
You were very right :) Sorry! Closing...
No branches or pull requests
I got a fresh clone on my of pytest's master branch. I created a virtual environment and installed tox. When I run:
I get one test that fails (although
expected
andgot
results look very similar!):Here's my
pip list
:The text was updated successfully, but these errors were encountered: