craftbeerpi4-pione/tests/test_notification_controller.py

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")