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