Example #1
0
 def test_equal_11(self):
     self.assertEqual(mirror('this is a secret', ' *'), 'this*is*a*secret')
Example #2
0
 def test_equal_1(self):
     self.assertEqual(mirror(
         '9! xhlglUqU2mj*gfV', '1vtwf9lj!c4xk5dzsh07n=mae6/y2'
     ), 'an hxmgmuqu1l=*gey')
Example #3
0
 def test_equal_9(self):
     self.assertEqual(mirror('goodbye', ''), 'goodbye')
Example #4
0
 def test_equal_10(self):
     self.assertEqual(mirror('CodeWars', '+-*/='), 'codewars')
Example #5
0
 def test_equal_7(self):
     self.assertEqual(mirror('Welcome home', 'w'), 'welcome home')
Example #6
0
 def test_equal_8(self):
     self.assertEqual(mirror('hello', 'abcdefgh'), 'adllo')
Example #7
0
 def test_equal_6(self):
     self.assertEqual(mirror('gsrh rh z hvxivg'), 'this is a secret')
Example #8
0
 def test_equal_5(self):
     self.assertEqual(mirror('ngmlsoor'), 'mtnohlli')
Example #9
0
 def test_equal_4(self):
     self.assertEqual(mirror('goodbye'), 'tllwybv')
Example #10
0
 def test_equal_3(self):
     self.assertEqual(mirror('hello'), 'svool')
Example #11
0
 def test_equal_2(self):
     self.assertEqual(mirror('Welcome home'), 'dvoxlnv slnv')