2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

better description

This commit is contained in:
Matthias
2021-12-02 10:22:39 +01:00
parent 004687a29f
commit 84499f4b10
2 changed files with 2 additions and 1 deletions

View File

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

View File

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