def test_lazyeval_2(self): s = collatz_lazyeval (4) self.assert_(s == 3)
def test_lazyeval_1(self): s = collatz_lazyeval (3) self.assert_(s == 8)