This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maker
Recipients anacrolix, benjamin.peterson, maker, rhettinger
Date 2012-03-17.17:51:25
SpamBayes Score 3.536738e-05
Marked as misclassified No
Message-id <1332006686.36.0.767976061235.issue14333@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-03-17 17:51:26makersetrecipients: + maker, rhettinger, benjamin.peterson, anacrolix
2012-03-17 17:51:26makersetmessageid: <1332006686.36.0.767976061235.issue14333@psf.upfronthosting.co.za>
2012-03-17 17:51:25makerlinkissue14333 messages
2012-03-17 17:51:25makercreate