示例#1
0
 def test_state_smoke_full(self):
     state_smoke_test(Device(
         name=u'x',
         rx_driver=StubRXDriver(),
         tx_driver=StubTXDriver(),
         vfo_cell=_ConstantVFOCell(1),
         components={'c': StubComponent()}))
示例#2
0
 def test_smoke(self):
     device = APRSISRXDevice(reactor=self.clock,
                             aprs_filter='r/0/0/100',
                             client=_StubAPRSClient())
     state_smoke_test(device)
     device.close()
     state_smoke_test(device)
示例#3
0
 def test_state_smoke(self):
     state_smoke_test(Top(devices={'s1': SimulatedDeviceForTest()}))
示例#4
0
 def test_state_smoke(self):
     state_smoke_test(self.session)
示例#5
0
 def test_state_smoke(self):
     state_smoke_test(self.__rig)
     yield self.__rig.sync()
     state_smoke_test(self.__rig)
示例#6
0
 def test_state_smoke(self):
     state_smoke_test(self.proxy)
示例#7
0
 def test_state_smoke(self):
     state_smoke_test(self.proxy)
示例#8
0
 def test_smoke_nofilter(self):
     device = APRSISRXDevice(reactor=self.clock, client=_StubAPRSClient())
     state_smoke_test(device)
示例#9
0
 def test_state_smoke(self):
     state_smoke_test(Top(devices={'s1': SimulatedDeviceForTest()}))
示例#10
0
 def test_smoke(self):
     state_smoke_test(self.receiver)
示例#11
0
 def test_state_smoke(self):
     state_smoke_test(self.device)
示例#12
0
 def test_state_smoke_empty(self):
     state_smoke_test(Device())
示例#13
0
 def test_state_smoke(self):
     state_smoke_test(self.session)