Beispiel #1
0
 def testCountStarts2(self):
     self.assertEqual(hw.countStarts('TTATG'), 1)
 def testCountStarts2(self):
     self.assertEqual(hw.countStarts('TTATG'), 1)
Beispiel #3
0
 def testCountStarts1(self):
     self.assertEqual(hw.countStarts('ATGCATGT'), 2)
 def testCountStarts1(self):
     self.assertEqual(hw.countStarts('ATGCATGT'), 2)