better description

This commit is contained in:
Matthias 2021-12-02 10:22:39 +01:00
parent 004687a29f
commit 84499f4b10
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 2 additions and 1 deletions

View File

@ -128,3 +128,4 @@ class NotificationTests(TestCase):
with self.assertRaises(NotImplementedError): with self.assertRaises(NotImplementedError):
AnotherFalseNotificationMethod('', '', '') AnotherFalseNotificationMethod('', '', '')
# A integration test for notifications is provided in test_part.PartNotificationTest

View File

@ -468,7 +468,7 @@ class PartSubscriptionTests(TestCase):
class PartNotificationTest(TestCase): class PartNotificationTest(TestCase):
""" Tests for the Part model """ """ Integration test for part notifications """
fixtures = [ fixtures = [
'location', 'location',