class twisted.trial._asyncrunner._ForceGarbageCollectionDecorator(TestDecorator): (source)
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. |