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 brett.cannon
Recipients brett.cannon
Date 2013-01-01.19:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357069905.98.0.626196001358.issue16835@psf.upfronthosting.co.za>
In-reply-to
Content
Don't have the base tests inherit from TestCase else they will be discovered by unittest and run even though they are not fully defined.

See http://bugs.python.org/issue16748 as the trigger for this issue.
History
Date User Action Args
2013-01-01 19:51:46brett.cannonsetrecipients: + brett.cannon
2013-01-01 19:51:45brett.cannonsetmessageid: <1357069905.98.0.626196001358.issue16835@psf.upfronthosting.co.za>
2013-01-01 19:51:45brett.cannonlinkissue16835 messages
2013-01-01 19:51:45brett.cannoncreate