/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2009-08-03 05:22:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4584.
  • Revision ID: mbp@sourcefrog.net-20090803052202-pyg64t24jvq0jy5r
Test progress bar has zero latency so it's more accurate

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
        self.pb.show_eta = False,
396
396
        self.pb.show_count = False
397
397
        self.pb.show_bar = False
 
398
        self.pb.update_latency = 0
398
399
 
399
400
    def report_starting(self):
400
401
        self.pb.update('[test 0/%d] Starting' % (self.num_tests))