test: move to tests folder.
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
from django.test import TestCase
 | 
					from django.test import TestCase
 | 
				
			||||||
from django.core.exceptions import ValidationError
 | 
					from django.core.exceptions import ValidationError
 | 
				
			||||||
from .models import Payment, ReconciliationJar
 | 
					from ..models import Payment, ReconciliationJar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TestBilling(TestCase):
 | 
					class TestBilling(TestCase):
 | 
				
			||||||
@@ -1,9 +1,7 @@
 | 
				
			|||||||
from django.test import Client, TestCase
 | 
					from django.test import Client, TestCase
 | 
				
			||||||
from django.contrib.auth.models import AnonymousUser, User
 | 
					from django.contrib.auth.models import AnonymousUser, User
 | 
				
			||||||
#from django.conf import settings
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#from .views import import_products, products
 | 
					from ..models import Payment
 | 
				
			||||||
from .models import Payment
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TestReconciliationJarClient(TestCase):
 | 
					class TestReconciliationJarClient(TestCase):
 | 
				
			||||||
		Reference in New Issue
	
	Block a user