コード例 #1
0
 def test_get_points_should_return_a_list_of_points(self):
     roi = ROI(0, 0, 1, 1)
     self.assertEquals([0, 0, 1, 1], roi.get_points())