~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
389
389
 
390
390
        This should only be called from TestCase.tearDown.
391
391
        """
 
392
        # TODO: Perhaps this should keep running cleanups even if 
 
393
        # one of them fails?
392
394
        for cleanup_fn in reversed(self._cleanups):
393
395
            cleanup_fn()
394
396