Esempio n. 1
0
 def test_single_car(self):
     clients = [2, 3, 4]
     self.assertEquals(tsp.single_car(clients),
                       [[2], [3], [3, 2], [4], [4, 2], [4, 3]])