def test_json(self):
     jsondict = self.t.to_jsondict()
     t = tcp.from_jsondict(jsondict['tcp'])
     eq_(str(self.t), str(t))
示例#2
0
文件: test_tcp.py 项目: AkiraSuu/ryu
 def test_json(self):
     jsondict = self.t.to_jsondict()
     t = tcp.from_jsondict(jsondict['tcp'])
     eq_(str(self.t), str(t))