craftbeerpi4-pione/tests/test_notification_controller.py

9 lines
261 B
Python
Raw Normal View History

from aiohttp.test_utils import unittest_run_loop
from tests.cbpi_config_fixture import CraftBeerPiTestCase
2019-01-02 21:20:44 +01:00
class NotificationTestCase(CraftBeerPiTestCase):
2019-01-02 21:20:44 +01:00
@unittest_run_loop
async def test_actor_switch(self):
self.cbpi.notify("test", "test")