mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
8 lines
No EOL
238 B
Python
8 lines
No EOL
238 B
Python
from aiohttp.test_utils import unittest_run_loop
|
|
from tests.cbpi_config_fixture import CraftBeerPiTestCase
|
|
|
|
|
|
class NotificationTestCase(CraftBeerPiTestCase):
|
|
|
|
async def test_actor_switch(self):
|
|
self.cbpi.notify("test", "test") |