コード例 #1
0
 def test_equals_2(self):
     self.assertEqual(toexuto('BIG'), 'BaIGe')
コード例 #2
0
 def test_equals(self):
     self.assertEqual(toexuto('little'), 'liitotolie')
コード例 #3
0
 def test_equals_3(self):
     self.assertEqual(
         toexuto('This is a test. This is only a test.'),
         'Toheiso iso a toesoto. Toheiso iso oniliyu a toesoto.')
コード例 #4
0
 def test_equals_2(self):
     self.assertEqual(toexuto('BIG'), 'BaIGe')
コード例 #5
0
 def test_equals(self):
     self.assertEqual(toexuto('little'), 'liitotolie')
コード例 #6
0
 def test_equals_3(self):
     self.assertEqual(toexuto(
         'This is a test. This is only a test.'),
         'Toheiso iso a toesoto. Toheiso iso oniliyu a toesoto.')