예제 #1
0
 def testAminoM(self):
     self.assertEqual(hw.amino('ATG'), "M")
예제 #2
0
 def testAminoF(self):
     self.assertEqual(hw.amino("TTT"), "F")