Example #1
0
 def test_packingFunctions_1(self):
     data = 'I am a random string to be used for this test!'
     self.assertEqual(pUtils.pUnpack(pUtils.pPack(data)),data)