示例#1
0
 def test_ascii_to_phred(self):
     """ conversions from ascii to phred function as expected """
     self.assertEqual(ascii_to_phred('x', 120), 0)
     self.assertEqual(ascii_to_phred('x', 119), 1)
示例#2
0
 def test_ascii_to_phred(self):
     """ conversions from ascii to phred function as expected """
     self.assertEqual(ascii_to_phred('x', 120), 0)
     self.assertEqual(ascii_to_phred('x', 119), 1)