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 2011-01-20.23:45:44
SpamBayes Score 6.151125e-05
Marked as misclassified No
Message-id <1295567145.8.0.568957178125.issue10967@psf.upfronthosting.co.za>
In-reply-to
Content
test.regrtest is rather old and has not been updated to take advantage of all the latest features in unittest (e.g., test discovery). It might be a rather large undertaking with various bits requiring some changes (e.g., getting away from raising exceptions for skipped tests and instead using unittest.skipIf), but for maintainability it might be good to try to use as much unittest code in regrtest as possible.
History
Date User Action Args
2011-01-20 23:45:45brett.cannonsetrecipients: + brett.cannon
2011-01-20 23:45:45brett.cannonsetmessageid: <1295567145.8.0.568957178125.issue10967@psf.upfronthosting.co.za>
2011-01-20 23:45:44brett.cannonlinkissue10967 messages
2011-01-20 23:45:44brett.cannoncreate