Exemplo n.º 1
0
 def test_equals_2(self):
     self.assertEqual(rot13("This is my first ROT13 excercise!"), "Guvf vf zl svefg EBG13 rkprepvfr!")
Exemplo n.º 2
0
 def test_equals(self):
     self.assertEqual(rot13("EBG13 rknzcyr."), "ROT13 example.")
Exemplo n.º 3
0
 def test_equals_3(self):
     self.assertEqual(
         rot13("Va gur ryringbef, gur rkgebireg ybbxf ng gur" " BGURE thl'f fubrf."),
         "In the elevators, the extrovert looks at the OTHER" " guy's shoes.",
     )
Exemplo n.º 4
0
 def test_equals_2(self):
     self.assertEqual(rot13('This is my first ROT13 excercise!'),
                      'Guvf vf zl svefg EBG13 rkprepvfr!')
Exemplo n.º 5
0
 def test_equals(self):
     self.assertEqual(rot13('EBG13 rknzcyr.'), 'ROT13 example.')
Exemplo n.º 6
0
 def test_equals_3(self):
     self.assertEqual(
         rot13('Va gur ryringbef, gur rkgebireg ybbxf ng gur'
               ' BGURE thl\'f fubrf.'),
         'In the elevators, the extrovert looks at the OTHER'
         ' guy\'s shoes.')