def test_false(self, val): act = boolext(val) self.assertFalse(act)
def test_true(self, val): act = boolext(val) self.assertTrue(act)