예제 #1
0
 def test_equal_2(self):
     self.assertEqual(encrypter("welcome to the organization"),
                      "qibkyai ty tfi yvgmzenmteyz")
예제 #2
0
 def test_equal_5(self):
     self.assertEqual(encrypter("goodbye"), "gyyjloi")
예제 #3
0
 def test_equal_1(self):
     self.assertEqual(encrypter("amz"), "man")
예제 #4
0
 def test_equal_3(self):
     self.assertEqual(encrypter("hello"), "fibby")
예제 #5
0
 def test_equal_4(self):
     self.assertEqual(encrypter("my name is"), "ao zmai eu")
 def test_equal_2(self):
     self.assertEqual(encrypter("welcome to the organization"), "qibkyai ty tfi yvgmzenmteyz")
 def test_equal_1(self):
     self.assertEqual(encrypter("amz"), "man")
 def test_equal_5(self):
     self.assertEqual(encrypter("goodbye"), "gyyjloi")
 def test_equal_4(self):
     self.assertEqual(encrypter("my name is"), "ao zmai eu")
 def test_equal_3(self):
     self.assertEqual(encrypter("hello"), "fibby")