refactor wrong implementations into own testcase

This commit is contained in:
Matthias 2021-12-04 17:45:40 +01:00
parent 13b390d69b
commit ce726f89a1
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -67,6 +67,8 @@ class NotificationTests(BaseNotificationIntegrationTest):
self._notification_run()
class ClassNotificationTests(BaseNotificationIntegrationTest):
def test_SingleNotificationMethod(self):
"""ensure the implementation requirements are tested"""