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 pitrou
Recipients anacrolix, bquinlan, pitrou
Date 2013-10-15.10:25:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381832737.15.0.61879848353.issue14407@psf.upfronthosting.co.za>
In-reply-to
Content
I think the better solution would be to fix the test inheritance hierarchy: only concrete test classes should inherit from unittest.TestCase.

Then the code can be simplified by simply calling unittest.main(__name__).
History
Date User Action Args
2013-10-15 10:25:37pitrousetrecipients: + pitrou, bquinlan, anacrolix
2013-10-15 10:25:37pitrousetmessageid: <1381832737.15.0.61879848353.issue14407@psf.upfronthosting.co.za>
2013-10-15 10:25:36pitroulinkissue14407 messages
2013-10-15 10:25:36pitroucreate