mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Delete outdated unit test
This commit is contained in:
		| @@ -252,19 +252,6 @@ class TestBuildViews(TestCase): | ||||
|  | ||||
|         self.assertIn(build.title, content) | ||||
|  | ||||
|     def test_build_allocate(self): | ||||
|         """ Test the part allocation view for a Build """ | ||||
|  | ||||
|         url = reverse('build-allocate', args=(1,)) | ||||
|  | ||||
|         # Get the page normally | ||||
|         response = self.client.get(url) | ||||
|         self.assertEqual(response.status_code, 200) | ||||
|  | ||||
|         # Get the page in editing mode | ||||
|         response = self.client.get(url, {'edit': 1}) | ||||
|         self.assertEqual(response.status_code, 200) | ||||
|  | ||||
|     def test_build_item_create(self): | ||||
|         """ Test the BuildItem creation view (ajax form) """ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user