[issue24959] unittest swallows par t of stack trace when raising AssertionError in a TestCase

Robert Collins report at bugs.python.org
Wed Mar 16 14:22:50 EDT 2016


Robert Collins added the comment:

I'm fairly sure its eating the stack frames because the calling frames are annotated __unittest__ - its technically a feature :/.

----------
title: unittest swallows part of stack trace when raising AssertionError in a TestCase -> unittest swallows par t of stack trace when raising AssertionError in a TestCase

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24959>
_______________________________________


More information about the Python-bugs-list mailing list