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

test_doctest.py fails #1852

Closed
raquelalegre opened this issue Aug 23, 2016 · 2 comments
Closed

test_doctest.py fails #1852

raquelalegre opened this issue Aug 23, 2016 · 2 comments

Comments

@raquelalegre
Copy link
Contributor

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!):

__________________________________________________ [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 (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)
@nicoddemus
Copy link
Member

that's strange given current tests on both Travis and AppVeyor are passing...

perhaps it is related to your eol settings on Git?

@raquelalegre
Copy link
Contributor Author

You were very right :) Sorry! Closing...

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

2 participants