twisted.trial._asyncrunner._ForceGarbageCollectionDecorator(TestDecorator)
class documentationtwisted.trial._asyncrunner
View Source
(View In Hierarchy)
Forces garbage collection to be run before and after the test. Any errors logged during the post-test collection are added to the test result as errors.
Run the unit test.
Parameters | result | A TestResult object. |