示例#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')