Add TestCase.addCleanup method.
This is an alternative to overriding the tearDown() method, which tends toÂ
cause confusion when subclasses want different cleanups, or cleanups thatÂ
should be done in only particular cases.