def test_is_left(self): self.assertGreater(is_left(0, 0, 0, 1, -1, 0), 0) self.assertLess(is_left(0, 0, 0, -1, -1, 0), 0)