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, eric.araujo, ezio.melotti, serhiy.storchaka, skrah, zach.ware
Date 2012-12-28.20:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356724808.06.0.10849453002.issue16748@psf.upfronthosting.co.za>
In-reply-to
Content
Making tests discoverable allows for the future possibility of dropping our custom test runner code and using more of unittest code by having regrtest use unittest's discovery code to find all tests.
History
Date User Action Args
2012-12-28 20:00:08brett.cannonsetrecipients: + brett.cannon, ezio.melotti, eric.araujo, skrah, zach.ware, serhiy.storchaka
2012-12-28 20:00:08brett.cannonsetmessageid: <1356724808.06.0.10849453002.issue16748@psf.upfronthosting.co.za>
2012-12-28 20:00:08brett.cannonlinkissue16748 messages
2012-12-28 20:00:07brett.cannoncreate