mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
pep fix
This commit is contained in:
parent
77f5fa9360
commit
e1d261f989
@ -110,6 +110,7 @@ class SingleNotificationMethodTests(BaseNotificationIntegrationTest):
|
|||||||
|
|
||||||
# A integration test for notifications is provided in test_part.PartNotificationTest
|
# A integration test for notifications is provided in test_part.PartNotificationTest
|
||||||
|
|
||||||
|
|
||||||
class NotificationUserSettingTests(BaseNotificationIntegrationTest):
|
class NotificationUserSettingTests(BaseNotificationIntegrationTest):
|
||||||
""" Tests for NotificationUserSetting """
|
""" Tests for NotificationUserSetting """
|
||||||
|
|
||||||
@ -120,7 +121,6 @@ class NotificationUserSettingTests(BaseNotificationIntegrationTest):
|
|||||||
def test_setting_attributes(self):
|
def test_setting_attributes(self):
|
||||||
"""check notification method plugin methods: usersettings and tags """
|
"""check notification method plugin methods: usersettings and tags """
|
||||||
|
|
||||||
|
|
||||||
class SampleImplementation(BulkNotificationMethod):
|
class SampleImplementation(BulkNotificationMethod):
|
||||||
METHOD_NAME = 'test'
|
METHOD_NAME = 'test'
|
||||||
GLOBAL_SETTING = 'ENABLE_NOTIFICATION_TEST'
|
GLOBAL_SETTING = 'ENABLE_NOTIFICATION_TEST'
|
||||||
|
Loading…
Reference in New Issue
Block a user