def test_05_progress_bar(self): """Run the progress bar""" p = ProgressBar(len(self.predicted)) for i in xrange(len(self.predicted)): p.animate(i)