示例#1
0
 def setUp(self):
     self.protocol = make_protocol_mock()
     self.loop = asyncio.get_event_loop()
     self.t = TransportMock(self, self.protocol, loop=self.loop)
示例#2
0
 def setUp(self):
     self.protocol = make_protocol_mock()
     self.loop = asyncio.get_event_loop()
     self.t = TransportMock(self, self.protocol, loop=self.loop)