def test1(self):
     self.assertEqual(projet.absol((-1, 1)), (1, 1))
 def test3(self):
     self.assertEqual(projet.absol((2, 1)), (2, 1))