[issue14333] queue unittest errors

Michele Orrù report at bugs.python.org
Sat Mar 17 18:51:26 CET 2012


Michele Orrù <maker.py at gmail.com> added the comment:

This bug is becouse of Lib/unittest/loader.py:107 . So a quick fix would be to inherit from unittest.TestCase only in the exposed classes; but probably using a class decorator is the best solution.

----------
keywords: +patch
Added file: http://bugs.python.org/file24910/issue14333_decorators.patch

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


More information about the Python-bugs-list mailing list