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, chris.jerdonek, elopio, michael.foord, r.david.murray, rbcollins, vila, zach.ware
Date 2013-10-18.15:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382110292.98.0.35055777157.issue16662@psf.upfronthosting.co.za>
In-reply-to
Content
use_load_tests was deliberately undocumented. IIRC it only exists to allow us to load tests from a package module (__init__.py) without invoking load_tests - it maybe that it can just go away altogether now. 

I'll need to look at the code to confirm.
History
Date User Action Args
2013-10-18 15:31:33michael.foordsetrecipients: + michael.foord, barry, rbcollins, vila, r.david.murray, chris.jerdonek, zach.ware, elopio
2013-10-18 15:31:32michael.foordsetmessageid: <1382110292.98.0.35055777157.issue16662@psf.upfronthosting.co.za>
2013-10-18 15:31:32michael.foordlinkissue16662 messages
2013-10-18 15:31:32michael.foordcreate