~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-12 03:39:10 UTC
  • mfrom: (4103.3.5 progress)
  • Revision ID: pqm@pqm.ubuntu.com-20090312033910-9umj7rwjo98zl7up
(mbp) small progress improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
363
363
        self.pb.show_bar = False
364
364
 
365
365
    def report_starting(self):
366
 
        self.pb.update('[test 0/%d] starting...' % (self.num_tests))
 
366
        self.pb.update('[test 0/%d] Starting' % (self.num_tests))
367
367
 
368
368
    def _progress_prefix_text(self):
369
369
        # the longer this text, the less space we have to show the test
428
428
        """test cannot be run because feature is missing."""
429
429
 
430
430
    def report_cleaning_up(self):
431
 
        self.pb.update('cleaning up...')
 
431
        self.pb.update('Cleaning up')
432
432
 
433
433
    def finished(self):
434
434
        if not self._supplied_pb: