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 xdegaye
Recipients xdegaye
Date 2016-04-26.13:42:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
unittest fails to load tests when the tests are in a package that has an __init__.pyc file and no __init__.py file.

Patch attached.
History
Date User Action Args
2016-04-26 13:42:17xdegayesetrecipients: + xdegaye
2016-04-26 13:42:17xdegayesetmessageid: <[email protected]>
2016-04-26 13:42:17xdegayelinkissue26859 messages
2016-04-26 13:42:17xdegayecreate