Open GoogleCodeExporter opened 9 years ago
Original comment by fuzzyman
on 16 Apr 2013 at 10:33
Could only look briefly, but i wonder if pytest could help as well. I've
prepared a pytest-dev release installable via "pip install -i
http://pypi.testrun.org -U pytest" and it should give you 2.3.5dev9 and a
better display without any change in mock.
Tim, please let me know if that release works nicely for you.
Original comment by holger.k...@gmail.com
on 16 Apr 2013 at 10:43
I've got mock==1.0.1 and pytest==2.4.2 and I still see this problem. I've
attached a single file that reproduces the error, output is below:
$ py.test -v test_foo.py
============================= test session starts =============================
platform win32 -- Python 2.7.3 -- pytest-2.4.2 --
C:\MinGW\msys\1.0\home\Andrew\.virtualenvs\mockerror\Scripts\p
collected 7 items
test_foo.py <-
c:\Users\Andrew\projects\python_workspace\__scratch\test_foo.py:5: test_foo
PASSED
test_foo.py <-
c:\Users\Andrew\projects\python_workspace\__scratch\test_foo.py:9: test_foo
PASSED
test_foo.py <-
c:\Users\Andrew\projects\python_workspace\__scratch\test_foo.py:14: test_foo
PASSED
test_foo.py <-
c:\Users\Andrew\projects\python_workspace\__scratch\test_foo.py:19: test_foo
PASSED
test_foo.py <-
c:\Users\Andrew\projects\python_workspace\__scratch\test_foo.py:24: test_foo
PASSED
test_foo.py <-
c:\Users\Andrew\projects\python_workspace\__scratch\test_foo.py:28: test_six
PASSED
test_foo.py <-
c:\Users\Andrew\projects\python_workspace\__scratch\test_foo.py:32: test_seven
PASSED
========================== 7 passed in 0.06 seconds ===========================
Original comment by burro...@gmail.com
on 3 Dec 2013 at 12:10
Attachments:
it's fixed, you can install a dev candidate via "pip install -i
https://devpi.net/hpk/dev/ -U pytest" and soon there is going to be a 2.4.3
release.
Original comment by holger.k...@gmail.com
on 3 Dec 2013 at 10:23
Thanks for fixing this, looking forward to 2.4.3 - I know a bunch of people
who'll be glad to see this fix
Original comment by burro...@gmail.com
on 5 Dec 2013 at 7:44
Original issue reported on code.google.com by
fuzzyman
on 16 Apr 2013 at 10:02Attachments: