~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Merge from mbp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
 
382
382
        This should only be called from TestCase.tearDown.
383
383
        """
 
384
        # TODO: Perhaps this should keep running cleanups even if 
 
385
        # one of them fails?
384
386
        for cleanup_fn in reversed(self._cleanups):
385
387
            cleanup_fn()
386
388