コード例 #1
0
ファイル: tests.py プロジェクト: carlosdcastillo/plane_finder
 def test_distance_2(self):
     self.assertTrue(plane_finder.compute_distance(self.p2,self.plane1) == 0)
コード例 #2
0
 def test_distance_2(self):
     self.assertTrue(
         plane_finder.compute_distance(self.p2, self.plane1) == 0)
コード例 #3
0
ファイル: tests.py プロジェクト: carlosdcastillo/plane_finder
 def test_distance_1(self):
     self.assertTrue(plane_finder.compute_distance(self.p1,self.plane1) == 10)
コード例 #4
0
 def test_distance_1(self):
     self.assertTrue(
         plane_finder.compute_distance(self.p1, self.plane1) == 10)