mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
better description
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user