예제 #1
0
 def testDist(self):
     n = PointEvaluator()
     x = n.dist(3,4)
     self.assertEqual(25,x)
     pass