class documentation

class DestructiveTestSuite(TestSuite):

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.
def run(self, result): ΒΆ

Almost the same as TestSuite.run, but with self._tests being empty at the end.