integrate icon indicating copy to clipboard operation
integrate copied to clipboard

Stack traces are not shown for exceptions raised in test code

Open danmetzroth opened this issue 6 years ago • 0 comments

When each TestCase is executed, if an Exception is raised in the test code, only the Exception name is printed

I think the output of traceback.format_exc() would be appropriate to add to the error log. It should probably only be displayed when verbosity=2

If you like, I can submit a PR

danmetzroth avatar Dec 19 '19 00:12 danmetzroth