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 chris.jerdonek
Recipients brett.cannon, chris.jerdonek, eric.araujo, ezio.melotti, python-dev, r.david.murray, serhiy.storchaka, terry.reedy, zach.ware
Date 2013-01-08.20:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357678066.04.0.685424572725.issue16748@psf.upfronthosting.co.za>
In-reply-to
Content
> Also, it may be possible to add unittest discovery hooks to the stubs that *are* in Lib/test.

The load_tests protocol (2.7, 3.2+) seems like the right approach for this:

http://docs.python.org/dev/library/unittest.html#load-tests-protocol
History
Date User Action Args
2013-01-08 20:47:46chris.jerdoneksetrecipients: + chris.jerdonek, brett.cannon, terry.reedy, ezio.melotti, eric.araujo, r.david.murray, python-dev, zach.ware, serhiy.storchaka
2013-01-08 20:47:46chris.jerdoneksetmessageid: <1357678066.04.0.685424572725.issue16748@psf.upfronthosting.co.za>
2013-01-08 20:47:46chris.jerdoneklinkissue16748 messages
2013-01-08 20:47:45chris.jerdonekcreate