~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: Robert Collins
  • Date: 2009-08-24 20:28:25 UTC
  • mto: This revision was merged to the branch mainline in revision 4645.
  • Revision ID: robertc@robertcollins.net-20090824202825-dlt301yil857ksuc
Squelch test noise on test__gather_lsprof_in_benchmarks verbose mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1480
1480
        self.assertEqual((time.sleep, (0.003,), {}), self._benchcalls[1][0])
1481
1481
        self.assertIsInstance(self._benchcalls[0][1], bzrlib.lsprof.Stats)
1482
1482
        self.assertIsInstance(self._benchcalls[1][1], bzrlib.lsprof.Stats)
 
1483
        del self._benchcalls[:]
1483
1484
 
1484
1485
    def test_knownFailure(self):
1485
1486
        """Self.knownFailure() should raise a KnownFailure exception."""