twisted.trial.runner.DestructiveTestSuite(TestSuite)
class documentationtwisted.trial.runner
View Source
(View In Hierarchy)
A test suite which remove the tests once run, to minimize memory usage.
Method | run | Almost the same as TestSuite.run ,
but with self._tests being empty at the end. |
Almost the same as TestSuite.run
,
but with self._tests
being empty at the end.