Example #1
0
 def test_equal_8(self):
     self.assertEqual(uni_total('Mary had a little lamb'), 2001)
Example #2
0
 def test_equal_6(self):
     self.assertEqual(uni_total('abc'), 294)
Example #3
0
 def test_equal_7(self):
     self.assertEqual(uni_total('Mary Had A Little Lamb'), 1873)
Example #4
0
 def test_equal_4(self):
     self.assertEqual(uni_total(''), 0)
Example #5
0
 def test_equal_5(self):
     self.assertEqual(uni_total('aaa'), 291)
Example #6
0
 def test_equal_1(self):
     self.assertEqual(uni_total('a'), 97)
 def test_equal_4(self):
     self.assertEqual(uni_total(""), 0)
 def test_equal_10(self):
     self.assertEqual(uni_total("And so does Strive"), 1661)
 def test_equal_1(self):
     self.assertEqual(uni_total("a"), 97)
 def test_equal_8(self):
     self.assertEqual(uni_total("Mary had a little lamb"), 2001)
 def test_equal_9(self):
     self.assertEqual(uni_total("CodeWars rocks"), 1370)
 def test_equal_7(self):
     self.assertEqual(uni_total("Mary Had A Little Lamb"), 1873)
 def test_equal_6(self):
     self.assertEqual(uni_total("abc"), 294)
 def test_equal_5(self):
     self.assertEqual(uni_total("aaa"), 291)
Example #15
0
 def test_equal_9(self):
     self.assertEqual(uni_total('CodeWars rocks'), 1370)
 def test_equal_2(self):
     self.assertEqual(uni_total("b"), 98)
Example #17
0
 def test_equal_10(self):
     self.assertEqual(uni_total('And so does Strive'), 1661)
Example #18
0
 def test_equal_3(self):
     self.assertEqual(uni_total('c'), 99)
Example #19
0
 def test_equal_2(self):
     self.assertEqual(uni_total('b'), 98)
 def test_equal_3(self):
     self.assertEqual(uni_total("c"), 99)