def test_negative(self): lt = lt_(5) self.assertFalse(lt(5))
def test_positive(self): lt = lt_(5) self.assertTrue(lt(4))