-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
resultlog handling of internal error #99
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
Comments
Original comment by Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt): a full trace please, also osme information on ow the crash itself happened |
Original comment by Anonymous: i was messing around with the hooks when it happened. this will do the trick: def pytest_runtest_logreport(report): |
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): Can you try out "pip install -i http://pypi.testrun.org -U pytest" and see if it works better for you? |
Fixed SVG file generation on windows (pytest-dev#93)
Originally reported by: Anonymous
incase an internal error occurs and resultlog is on,
an attribute error is raised from line 94 in resultlog.py
line 94, in pytest_internalerror
path = excrepr.reprcrash.path
AttributeError: 'str' object has no attribute 'reprcrash'
seems like excrepr is the str representation of the exception.
The text was updated successfully, but these errors were encountered: