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 rbcollins
Recipients Claudiu.Popa, Florian.Apolloner, ashkop, eric.snow, ezio.melotti, michael.foord, rbcollins
Date 2015-08-21.00:57:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440118637.57.0.583268972361.issue23882@psf.upfronthosting.co.za>
In-reply-to
Content
reviewed in rietvald, but here too just in case.

The hunk that saves/restores _top_level_dir feels wrong to me - and not part of this bug, please remove it.

The rest of the patch is fine today.

But it also needs to add two specifically namespace tests: concretely we need the following cases covered:


a) namespace subdir/namespace subdir/test_foo.py gets loaded
b) namespace subdir/test_foo.py with another instance of the namespace subdir on sys.path also containing e.g. test_bar.py, test_bar.py is not loaded.
History
Date User Action Args
2015-08-21 00:57:17rbcollinssetrecipients: + rbcollins, ezio.melotti, michael.foord, Claudiu.Popa, eric.snow, Florian.Apolloner, ashkop
2015-08-21 00:57:17rbcollinssetmessageid: <1440118637.57.0.583268972361.issue23882@psf.upfronthosting.co.za>
2015-08-21 00:57:17rbcollinslinkissue23882 messages
2015-08-21 00:57:17rbcollinscreate