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 michael.foord
Date 2010-11-05.14:17:27
SpamBayes Score 2.5644727e-08
Marked as misclassified No
Message-id <1288966649.03.0.6620170389.issue10326@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2.7 a change was introduced to TestCase which involves storing a dictionary of method objects on TestCase instances. This makes them unpickleable.

unittest2 stores strings (method names) instead of method objects (a fix to make TestCase instances copyable under earlier versions of Python). The same fix could be applied to unittest.
History
Date User Action Args
2010-11-05 14:17:29michael.foordsetrecipients: + michael.foord
2010-11-05 14:17:29michael.foordsetmessageid: <1288966649.03.0.6620170389.issue10326@psf.upfronthosting.co.za>
2010-11-05 14:17:27michael.foordlinkissue10326 messages
2010-11-05 14:17:27michael.foordcreate