Move model tests into a tests module.

This commit is contained in:
Drew Larson
2016-07-10 22:39:28 -06:00
parent aad374941b
commit 090d48d581
2 changed files with 1 additions and 1 deletions
@@ -1,7 +1,7 @@
from django.test import TestCase
from .models import CustomUser, Member
from ..models import CustomUser, Member
class TestCustomUserManager(TestCase):