Message 200274 - Python tracker (original) (raw)

Message200274

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:33 michael.foord set recipients: + michael.foord, barry, rbcollins, vila, r.david.murray, chris.jerdonek, zach.ware, elopio
2013-10-18 15:31:32 michael.foord set messageid: 1382110292.98.0.35055777157.issue16662@psf.upfronthosting.co.za
2013-10-18 15:31:32 michael.foord link issue16662 messages
2013-10-18 15:31:32 michael.foord create