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 stefan
Recipients ezio.melotti, michael.foord, rbcollins, stefan
Date 2016-01-21.20:15:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453407355.65.0.266298868092.issue25520@psf.upfronthosting.co.za>
In-reply-to
Content
I believe what I actually want is for the discovery mechanism to be fully implicit. It turns out that already *almost* works right now.

What doesn't work (and what this bug report really was about initially), is the use of the 'discover' command with the '-p "*.py"' argument, which for some reason makes certain tests (all ?) count twice. It looks like packages are visited twice, once as modules, and once via their contained '__init__.py' file...

(For the implicit discovery to work better, I believe, the discovery-specific options need to be made available through the main parser, so they can be used even without the 'discover' command.)
History
Date User Action Args
2016-01-21 20:15:55stefansetrecipients: + stefan, rbcollins, ezio.melotti, michael.foord
2016-01-21 20:15:55stefansetmessageid: <1453407355.65.0.266298868092.issue25520@psf.upfronthosting.co.za>
2016-01-21 20:15:55stefanlinkissue25520 messages
2016-01-21 20:15:55stefancreate