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 ezio.melotti, michael.foord, rbcollins, stefan
Date 2016-03-14.02:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457923026.34.0.2055466669.issue25520@psf.upfronthosting.co.za>
In-reply-to
Content
What version of python are you testing with? unittest 2.7 has a number of bugs vis-a-vis namespaces and discovery. If you're testing with less than 3.5, or perhaps 3.6, please try with unittest2, which has the same fixes as the stdlib unittest.
History
Date User Action Args
2016-03-14 02:37:06rbcollinssetrecipients: + rbcollins, stefan, ezio.melotti, michael.foord
2016-03-14 02:37:06rbcollinssetmessageid: <1457923026.34.0.2055466669.issue25520@psf.upfronthosting.co.za>
2016-03-14 02:37:06rbcollinslinkissue25520 messages
2016-03-14 02:37:06rbcollinscreate