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 belopolsky
Recipients belopolsky, brett.cannon, r.david.murray
Date 2010-07-14.00:02:11
SpamBayes Score 0.03580956
Marked as misclassified No
Message-id <1279065733.89.0.456420141345.issue9255@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 8273 is in some sense the opposite of this - it calls for blessing of everything in in test.support while this issue calls for wholesale "unblessing".  I don't think either approach is right.  While users should definitely never import test_* modules, I think test.regrtest and test.support are borderline enough that many users already started using it in their test suites.  (I am one of these users: on several projects, I actually renamed project-specific test directories to something else in order to be able to import stuff from test.)

I think the warning should be less than absolute.  Certainly users should not use things in test in their application code.  However, for use in test suites, it should be more of "use it at your own risk".
History
Date User Action Args
2010-07-14 00:02:14belopolskysetrecipients: + belopolsky, brett.cannon, r.david.murray
2010-07-14 00:02:13belopolskysetmessageid: <1279065733.89.0.456420141345.issue9255@psf.upfronthosting.co.za>
2010-07-14 00:02:12belopolskylinkissue9255 messages
2010-07-14 00:02:11belopolskycreate