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 r.david.murray
Recipients anacrolix, eric.araujo, michael.foord, r.david.murray
Date 2012-03-28.17:24:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332955453.87.0.0781422488643.issue14408@psf.upfronthosting.co.za>
In-reply-to
Content
Right.  What I meant to say was "test_main can be converted to use normal unittest test loading".  test_email is not an example of that, since it does use test discovery, but is a good example of a test collection that works with both regrtest and unittest without excess boilerplate such as listing individual test suites.
History
Date User Action Args
2012-03-28 17:24:13r.david.murraysetrecipients: + r.david.murray, eric.araujo, michael.foord, anacrolix
2012-03-28 17:24:13r.david.murraysetmessageid: <1332955453.87.0.0781422488643.issue14408@psf.upfronthosting.co.za>
2012-03-28 17:24:13r.david.murraylinkissue14408 messages
2012-03-28 17:24:13r.david.murraycreate