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

Michael Foord report at bugs.python.org
Tue Jun 17 19:03:55 CEST 2014


Michael Foord added the comment:

If you're writing a mixin you don't need to derive from TestCase, you just derive from object. The point of this feature is to allow TestCase subclasses to be "base classes" instead of being used as a mixin.

----------

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


More information about the Python-bugs-list mailing list