Пример #1
0
 def test_encode_decode(self):
     msg = 'tensioniswhoyouthinkyoushouldberelaxationiswhoyouare'
     self.assertEqual(msg, decode(encode(msg)))
Пример #2
0
 def test_encode_decode(self):
     msg = 'tensioniswhoyouthinkyoushouldberelaxationiswhoyouare'
     self.assertEqual(msg, decode(encode(msg)))
Пример #3
0
 def test_decode(self):
     ciph = 'woree iorhu ssmtp eefei aiafn ildjs ulenf eotse vdoor iecey '\
            'nfima trott tenyu hhytd'
     msg = 'wheneveryoufindyourselfonthesideofthemajorityitistimetopausea'\
           'ndreflect'
     self.assertEqual(msg, decode(ciph))
Пример #4
0
 def test_decode(self):
     ciph = 'woree iorhu ssmtp eefei aiafn ildjs ulenf eotse vdoor iecey '\
            'nfima trott tenyu hhytd'
     msg = 'wheneveryoufindyourselfonthesideofthemajorityitistimetopausea'\
           'ndreflect'
     self.assertEqual(msg, decode(ciph))