mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	add in missing class references
This commit is contained in:
		@@ -1,12 +1,13 @@
 | 
			
		||||
""" Unit tests for Part Views (see views.py) """
 | 
			
		||||
 | 
			
		||||
from django.test import TestCase
 | 
			
		||||
from django.urls import reverse
 | 
			
		||||
 | 
			
		||||
from InvenTree.helpers import InvenTreeTestCase
 | 
			
		||||
 | 
			
		||||
from .models import Part
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PartViewTestCase(TestCase):
 | 
			
		||||
class PartViewTestCase(InvenTreeTestCase):
 | 
			
		||||
 | 
			
		||||
    fixtures = [
 | 
			
		||||
        'category',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user