[issue14534] Add method to mark unittest.TestCases as "do not run".

Serhiy Storchaka report at bugs.python.org
Wed Jun 18 12:06:38 CEST 2014


Serhiy Storchaka added the comment:

Class decorator approach looks less obvious to me. Looking at current standard mixing approach I understand what it do and why. But encountering the unittest.base_class decorator, I need to look in the documentation and/or sources to understand how it works.

IMHO this decorator adds a burden for readers (which needs to learn yet one thing) and adds only small benefit for whose writers which use IDE (not me).

----------

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


More information about the Python-bugs-list mailing list