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

Michael Foord report at bugs.python.org
Wed Jun 18 10:39:37 CEST 2014


Michael Foord added the comment:

Zachary: Inheriting from TestCase in your mixin is actually an anti-pattern. And yes, most people seem to do it (most people seem to misunderstand how to use mixins, which is why I like this approach of having a way of explicitly marking base classes).

----------

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


More information about the Python-bugs-list mailing list