def test2(self):
     self.assertEqual(projet.intInput(), -1)
 def test3(self):
     self.assertEqual(projet.intInput(), 5)
 def test1(self):
     self.assertEqual(projet.intInput("test"), 10)