[issue29152] unittest subTest does not call addFailure

kristall report at bugs.python.org
Wed Jan 4 07:57:35 EST 2017


New submission from kristall:

unittests subTests do not call addFailure in the case of a failure.

Please see http://stackoverflow.com/questions/41432353/python3-4-unittest-addfailure-not-called-when-subtests-are-used for detailed problemdescription.

----------
components: Tests
messages: 284635
nosy: kristall
priority: normal
severity: normal
status: open
title: unittest subTest does not call addFailure
versions: Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list