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 ashkop
Recipients Claudiu.Popa, Florian.Apolloner, ashkop, eric.snow, ezio.melotti, michael.foord, rbcollins
Date 2015-04-17.14:25:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429280730.85.0.957257439542.issue23882@psf.upfronthosting.co.za>
In-reply-to
Content
Not fully. Patch for issue17457 fixed discovery when you explicitly specified namespace package as a target for discovery. I.e. when you run

python -m unittest namespace_pkg

But it didn't recurse into any namespace packages inside namespace_pkg. So when you run

python -m unittest

it doesn't go under all namespace packages (basically folders) in cwd.
History
Date User Action Args
2015-04-17 14:25:30ashkopsetrecipients: + ashkop, rbcollins, ezio.melotti, michael.foord, Claudiu.Popa, eric.snow, Florian.Apolloner
2015-04-17 14:25:30ashkopsetmessageid: <1429280730.85.0.957257439542.issue23882@psf.upfronthosting.co.za>
2015-04-17 14:25:30ashkoplinkissue23882 messages
2015-04-17 14:25:30ashkopcreate