mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +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