integrate
integrate copied to clipboard
Stack traces are not shown for exceptions raised in test code
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