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 ethan.furman
Recipients barry, ethan.furman, ezio.melotti, michael.foord, pitrou, rbcollins
Date 2014-10-31.18:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414781037.07.0.281389431676.issue22680@psf.upfronthosting.co.za>
In-reply-to
Content
Michael Foord opined:
---------------------
> Maybe discovery should special case that class and not treat it as a normal TestCase.

Not a bad idea.  On the other hand, I don't believe unittest is advertised as supporting 'from ... import *', which *is* usually advised to be a bad idea.
History
Date User Action Args
2014-10-31 18:43:57ethan.furmansetrecipients: + ethan.furman, barry, pitrou, rbcollins, ezio.melotti, michael.foord
2014-10-31 18:43:57ethan.furmansetmessageid: <1414781037.07.0.281389431676.issue22680@psf.upfronthosting.co.za>
2014-10-31 18:43:57ethan.furmanlinkissue22680 messages
2014-10-31 18:43:57ethan.furmancreate