Пример #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')