Message133232
A TestSuite (which is how tests are collected to run) holds all the tests and therefore keeps them all alive for the duration of the test run. (I presume this is the issue anyway.)
How would you solve this - by having calling a TestSuite (which is how a test run is executed) remove members from themselves after each test execution? (Any failure tracebacks etc stored by the TestResult would also have to not keep the test alive.)
My only concern would be backwards compatibility due to the change in behaviour. |
|
Date |
User |
Action |
Args |
2011-04-07 16:50:51 | michael.foord | set | recipients:
+ michael.foord, exarkun, fabioz, benjamin.peterson |
2011-04-07 16:50:51 | michael.foord | set | messageid: <1302195051.17.0.814087508081.issue11798@psf.upfronthosting.co.za> |
2011-04-07 16:50:50 | michael.foord | link | issue11798 messages |
2011-04-07 16:50:50 | michael.foord | create | |
|