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 michael.foord
Recipients barry, ethan.furman, ezio.melotti, michael.foord, pitrou, rbcollins
Date 2014-10-31.18:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414780803.32.0.680336340398.issue22680@psf.upfronthosting.co.za>
In-reply-to
Content
Ah. Test discovery is discovering FunctionTestCase and attempting to instantiate it as a test. And failing.

Maybe discovery should special case that class and not treat it as a normal TestCase.
History
Date User Action Args
2014-10-31 18:40:03michael.foordsetrecipients: + michael.foord, barry, pitrou, rbcollins, ezio.melotti, ethan.furman
2014-10-31 18:40:03michael.foordsetmessageid: <1414780803.32.0.680336340398.issue22680@psf.upfronthosting.co.za>
2014-10-31 18:40:03michael.foordlinkissue22680 messages
2014-10-31 18:40:03michael.foordcreate