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 brett.cannon
Recipients brett.cannon, chris.jerdonek, eric.araujo, ezio.melotti, python-dev, r.david.murray, serhiy.storchaka, terry.reedy, zach.ware
Date 2013-01-08.16:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357662763.45.0.730178980725.issue16748@psf.upfronthosting.co.za>
In-reply-to
Content
It's totally doable to set up stubs in Lib/test to use test discovery on those tests which exist outside of that directory. test_importlib actually has some code for that left over from when it lived in Lib/importlib/test: http://hg.python.org/cpython/file/4617b7ac302a/Lib/test/test_importlib/__init__.py
History
Date User Action Args
2013-01-08 16:32:43brett.cannonsetrecipients: + brett.cannon, terry.reedy, ezio.melotti, eric.araujo, r.david.murray, chris.jerdonek, python-dev, zach.ware, serhiy.storchaka
2013-01-08 16:32:43brett.cannonsetmessageid: <1357662763.45.0.730178980725.issue16748@psf.upfronthosting.co.za>
2013-01-08 16:32:43brett.cannonlinkissue16748 messages
2013-01-08 16:32:43brett.cannoncreate