mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	PEP
This commit is contained in:
		@@ -47,7 +47,7 @@ class POTests(OrderViewTestCase):
 | 
				
			|||||||
        self.assertIn('OrderStatus', keys)
 | 
					        self.assertIn('OrderStatus', keys)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def test_po_create(self):
 | 
					    def test_po_create(self):
 | 
				
			||||||
        """ Launch forms to create new PurchaseOrder""" 
 | 
					        """ Launch forms to create new PurchaseOrder"""
 | 
				
			||||||
        url = reverse('purchase-order-create')
 | 
					        url = reverse('purchase-order-create')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Without a supplier ID
 | 
					        # Without a supplier ID
 | 
				
			||||||
@@ -75,4 +75,3 @@ class POTests(OrderViewTestCase):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        # Response should be streaming-content (file download)
 | 
					        # Response should be streaming-content (file download)
 | 
				
			||||||
        self.assertIn('streaming_content', dir(response))
 | 
					        self.assertIn('streaming_content', dir(response))
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user