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 michael.foord
Recipients barry, michael.foord, r.david.murray, rbcollins, vila
Date 2013-06-12.12:58:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371041903.16.0.207021012933.issue18198@psf.upfronthosting.co.za>
In-reply-to
Content
The load_tests protocol is already the intended way for test writers to customize discovery. The problem, as issue 16662 states, is that load_tests is not invoked for packages by default. Fixing that is the right fix.

I'm rejecting this issue in favour of 16662.
History
Date User Action Args
2013-06-12 12:58:23michael.foordsetrecipients: + michael.foord, barry, rbcollins, vila, r.david.murray
2013-06-12 12:58:23michael.foordsetmessageid: <1371041903.16.0.207021012933.issue18198@psf.upfronthosting.co.za>
2013-06-12 12:58:23michael.foordlinkissue18198 messages
2013-06-12 12:58:23michael.foordcreate