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 stefan
Date 2016-03-04.17:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457111372.53.0.54879325378.issue26481@psf.upfronthosting.co.za>
In-reply-to
Content
The unittest test discovery right now only looks into sub-packages if they contain a `__init__.py` file. That's an unnecessary requirement, as packages are also importable if only `__init__.pyc` is present.
History
Date User Action Args
2016-03-04 17:09:32stefansetrecipients: + stefan
2016-03-04 17:09:32stefansetmessageid: <1457111372.53.0.54879325378.issue26481@psf.upfronthosting.co.za>
2016-03-04 17:09:32stefanlinkissue26481 messages
2016-03-04 17:09:32stefancreate