Rémi Lapeyre <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue35327> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
