コード例 #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')