def test_json(self):
     jsondict = self.t.to_jsondict()
     t = tcp.from_jsondict(jsondict['tcp'])
     eq_(str(self.t), str(t))
Exemple #2
0
 def test_json(self):
     jsondict = self.t.to_jsondict()
     t = tcp.from_jsondict(jsondict['tcp'])
     eq_(str(self.t), str(t))