コード例 #1
0
ファイル: algorithm-tests.py プロジェクト: ucl-team-8/service
 def testCountMatching2(self):
     result = interpolating.countMatching(oldSegment1)
     self.assertEqual(result, 0)
コード例 #2
0
ファイル: algorithm-tests.py プロジェクト: ucl-team-8/service
 def testCountMatching1(self):
     result = interpolating.countMatching(matchingSegment1)
     self.assertEqual(result, 1)