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)