mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
better description
This commit is contained in:
parent
004687a29f
commit
84499f4b10
@ -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
|
||||||
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user