Example #1
0
 def test_accessors(self):
     points = [(1,0), (0,1), (0,0), (1,1)]
     p = TravellingSalespersonProblem(points)
     self.assertEqual(p.get_points(), points)