def testCopy(self):
     a = IP.FilePacket('a')
     b = a.copy()
     print(a, b)
 def testFilePacket(self):
     unique_file = os.path.dirname(__file__) + '/' + str(uuid.uuid4())
     b = IP.FilePacket(unique_file)
     print(str(b))