Exemple #1
0
 def test_process_group_write(self):
     """Test if process_group_write. Nothing really to test here."""
     xknx = XKNX(loop=self.loop)
     device = Device(xknx, 'TestDevice')
     self.loop.run_until_complete(
         asyncio.Task(device.process_group_write(Telegram())))
Exemple #2
0
 def test_process_group_write(self):
     """Test if process_group_write. Nothing really to test here."""
     xknx = XKNX()
     device = Device(xknx, "TestDevice")
     self.loop.run_until_complete(device.process_group_write(Telegram()))
Exemple #3
0
 def test_process_group_write(self):
     """Test if process_group_write. Nothing really to test here."""
     xknx = XKNX(loop=self.loop)
     device = Device(xknx, 'TestDevice')
     self.loop.run_until_complete(asyncio.Task(device.process_group_write(Telegram())))