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 pitrou
Recipients asvetlov, benjamin.peterson, charettes, ezio.melotti, fabioz, gvanrossum, matthewlmcclure, matthewlmcclure-gmail, meador.inge, michael.foord, pitrou, python-dev, r.david.murray, rhettinger, terry.reedy, tim.peters, tomwardill
Date 2013-09-19.11:47:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379591267.45.0.528959024059.issue11798@psf.upfronthosting.co.za>
In-reply-to
Content
Ideally, test specification should be separate from test execution. That is, it should be possible to keep the TestCase around (or whatever instantiates it, e.g. a factory) but get rid of its per-test-execution attributes.

Perhaps restoring the original __dict__ contents would do the trick?
History
Date User Action Args
2013-09-19 11:47:47pitrousetrecipients: + pitrou, gvanrossum, tim.peters, rhettinger, terry.reedy, fabioz, benjamin.peterson, ezio.melotti, r.david.murray, michael.foord, matthewlmcclure, asvetlov, meador.inge, python-dev, tomwardill, matthewlmcclure-gmail, charettes
2013-09-19 11:47:47pitrousetmessageid: <1379591267.45.0.528959024059.issue11798@psf.upfronthosting.co.za>
2013-09-19 11:47:47pitroulinkissue11798 messages
2013-09-19 11:47:47pitroucreate