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

Éric Araujo report at bugs.python.org
Fri Apr 13 19:54:09 CEST 2012


Éric Araujo <merwok at netwok.org> added the comment:

FWIW I use the mixin approach too and find it simple and clean.  I don’t have a problem with a method in the mixin class calling methods from TestCase.

----------
nosy: +eric.araujo

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


More information about the Python-bugs-list mailing list