示例#1
0
 def testCountLengthNoMatch(self):
     self.assertEqual(hw.countLength(["AACC", "A", "T"], 2), 0)
 def testCountLengthNoMatch(self):
     self.assertEqual(hw.countLength(["AACC", "A", "T"], 2), 0)
示例#3
0
 def testCountLengthMatch(self):
     self.assertEqual(hw.countLength(["ATA", "ATCG", "TTT", "A"], 3), 2)
 def testCountLengthMatch(self):
     self.assertEqual(hw.countLength(["ATA", "ATCG", "TTT", "A"], 3), 2)