Ejemplo n.º 1
0
 def test_until(self):
     c = wait.SystemClock()
     self.assertFalse(wait.until_pred(c, sys.maxint))
     self.assertTrue(wait.until_pred(c, 0))
Ejemplo n.º 2
0
 def test_until(self):
     c = wait.SystemClock()
     self.assertFalse(wait.until_pred(c, sys.maxint))
     self.assertTrue(wait.until_pred(c, 0))
Ejemplo n.º 3
0
 def test_until(self):
     c = wait.SystemClock()
     self.assertFalse(wait.until_pred(c, six.MAXSIZE))
     self.assertTrue(wait.until_pred(c, 0))