Example #1
0
 def test_findlonglen_returns_longest_length(self):
     test_dict = {
         'length1': 15,
         'length10': 150,
         'length100': 1,
     }
     self.assertEqual(len('length100'), SeqUtil.findlonglen(test_dict))