[issue35327] Using skipTest with subTest gives a misleading UI.

Rémi Lapeyre report at bugs.python.org
Tue Nov 27 10:47:18 EST 2018


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

I think this is a nice output, taking a quick look at unittest source, all the information needed to display this is save in the TestResult object, showing skipped tests is done here: https://github.com/python/cpython/blob/master/Lib/unittest/runner.py#L85

It seems to me that the change would not be very hard to add.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35327>
_______________________________________


More information about the Python-bugs-list mailing list