[issue22680] unittest discovery is fragile

Ethan Furman report at bugs.python.org
Fri Oct 31 19:43:57 CET 2014


Ethan Furman added the comment:

Michael Foord opined:
---------------------
> Maybe discovery should special case that class and not treat it as a normal TestCase.

Not a bad idea.  On the other hand, I don't believe unittest is advertised as supporting 'from ... import *', which *is* usually advised to be a bad idea.

----------

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


More information about the Python-bugs-list mailing list