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