~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2006-01-11 02:36:17 UTC
  • Revision ID: mbp@sourcefrog.net-20060111023617-858327bfdccb46e3
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
 
368
368
        This should only be called from TestCase.tearDown.
369
369
        """
 
370
        # TODO: Perhaps this should keep running cleanups even if 
 
371
        # one of them fails?
370
372
        for cleanup_fn in reversed(self._cleanups):
371
373
            cleanup_fn()
372
374