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 zach.ware
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-03-19.15:05:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363705526.06.0.447966488633.issue17479@psf.upfronthosting.co.za>
In-reply-to
Content
This patch converts test_main() to load_tests(*args) due to test_main doing a lot of namespace manipulation on all the test classes.  There are a lot of subclassing issues that discovery doesn't like, hence throwing away the second argument passed to load_tests and just creating the tests the way test_main did.
History
Date User Action Args
2013-03-19 15:05:26zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-03-19 15:05:26zach.waresetmessageid: <1363705526.06.0.447966488633.issue17479@psf.upfronthosting.co.za>
2013-03-19 15:05:25zach.warelinkissue17479 messages
2013-03-19 15:05:25zach.warecreate