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 zach.ware
Recipients BreamoreBoy, berker.peksag, brett.cannon, ezio.melotti, python-dev, r.david.murray, serhiy.storchaka, vstinner, zach.ware
Date 2014-07-23.17:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406135464.17.0.219378032241.issue22002@psf.upfronthosting.co.za>
In-reply-to
Content
Committed with a couple of changes from the posted patch: commented on the multiple dirname() calls as Serhiy suggested, removed the 'with DirsOnSysPath():' line since it turns out to be unnecessary when supplying top_level_dir to loader.discover(), and added some documentation for the new function to Doc/library/test.rst.

Victor, I went ahead and did the change to test_asyncio since it looks like the tulip project test package doesn't actually have __init__.py or __main__.py, and thus should be no conflict.  Please correct me if I'm wrong on that.

Thanks for the reviews!
History
Date User Action Args
2014-07-23 17:11:04zach.waresetrecipients: + zach.ware, brett.cannon, vstinner, ezio.melotti, r.david.murray, BreamoreBoy, python-dev, berker.peksag, serhiy.storchaka
2014-07-23 17:11:04zach.waresetmessageid: <1406135464.17.0.219378032241.issue22002@psf.upfronthosting.co.za>
2014-07-23 17:11:04zach.warelinkissue22002 messages
2014-07-23 17:11:03zach.warecreate