예제 #1
0
 def test_equal_2(self):
     self.assertEqual(re_ordering('Mano donowana'), 'Mano donowana')
예제 #2
0
 def test_equal_7(self):
     self.assertEqual(re_ordering(
         'is an older name than annabel Amabel and a lot more distinctive'
     ), 'Amabel is an older name than annabel and a lot more distinctive')
예제 #3
0
 def test_equal_1(self):
     self.assertEqual(re_ordering('ming Yao'), 'Yao ming')
예제 #4
0
 def test_equal_5(self):
     self.assertEqual(re_ordering('jojo ddjajdiojdwo ana G nnibiial'),
                      'G jojo ddjajdiojdwo ana nnibiial')
예제 #5
0
 def test_equal_6(self):
     self.assertEqual(re_ordering(
         'is one of those rare names that s both exotic and simple Adira'
     ), 'Adira is one of those rare names that s both exotic and simple')
예제 #6
0
 def test_equal_3(self):
     self.assertEqual(re_ordering('wario LoBan hello'), 'LoBan wario hello')
예제 #7
0
 def test_equal_4(self):
     self.assertEqual(re_ordering('bull color pig Patrick'),
                      'Patrick bull color pig')
예제 #8
0
 def test_equal_1(self):
     self.assertEqual(re_ordering('ming Yao'), 'Yao ming')
예제 #9
0
 def test_equal_2(self):
     self.assertEqual(re_ordering('Mano donowana'), 'Mano donowana')
예제 #10
0
 def test_equal_7(self):
     self.assertEqual(
         re_ordering(
             'is an older name than annabel Amabel and a lot more distinctive'
         ),
         'Amabel is an older name than annabel and a lot more distinctive')
예제 #11
0
 def test_equal_6(self):
     self.assertEqual(
         re_ordering(
             'is one of those rare names that s both exotic and simple Adira'
         ),
         'Adira is one of those rare names that s both exotic and simple')
예제 #12
0
 def test_equal_5(self):
     self.assertEqual(re_ordering('jojo ddjajdiojdwo ana G nnibiial'),
                      'G jojo ddjajdiojdwo ana nnibiial')
예제 #13
0
 def test_equal_4(self):
     self.assertEqual(re_ordering('bull color pig Patrick'),
                      'Patrick bull color pig')
예제 #14
0
 def test_equal_3(self):
     self.assertEqual(re_ordering('wario LoBan hello'), 'LoBan wario hello')