[issue22680] unittest discovery is fragile

Michael Foord report at bugs.python.org
Fri Oct 31 19:40:03 CET 2014


Michael Foord added the comment:

Ah. Test discovery is discovering FunctionTestCase and attempting to instantiate it as a test. And failing.

Maybe discovery should special case that class and not treat it as a normal TestCase.

----------

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


More information about the Python-bugs-list mailing list