~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2009-03-12 05:32:56 UTC
  • mfrom: (4124 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4140.
  • Revision ID: mbp@sourcefrog.net-20090312053256-071khr6k4wwuuyja
merge news

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: