Open danmetzroth opened 4 years ago
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
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