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-04-17.17:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366218082.59.0.595129290582.issue17778@psf.upfronthosting.co.za>
In-reply-to
Content
I think this one only didn't work with discovery by accident: the only change necessary to make discovery pass was to make _TestPoll match all other _Test* classes by inheriting from BaseTestCase instead of unittest.TestCase.  The remainder of the changes are to eliminate test_main by converting it instead to setUpModule.  setUpModule is, I think, necessary on this one due to a failing test in WithProcessesTestLogging when the initial call to multiprocessing.get_logger().setLevel() (originally in test_main) is moved to top-level code.
History
Date User Action Args
2013-04-17 17:01:22zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-04-17 17:01:22zach.waresetmessageid: <1366218082.59.0.595129290582.issue17778@psf.upfronthosting.co.za>
2013-04-17 17:01:22zach.warelinkissue17778 messages
2013-04-17 17:01:22zach.warecreate