Message198060
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? |
|
| Date |
User |
Action |
Args |
| 2013-09-19 11:47:47 | pitrou | set | recipients:
+ 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:47 | pitrou | set | messageid: <[email protected]> |
| 2013-09-19 11:47:47 | pitrou | link | issue11798 messages |
| 2013-09-19 11:47:47 | pitrou | create | |
|