1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 01:13:22 -05:00

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

View File

@ -1,7 +1,7 @@
from django.test import TestCase
from .models import CustomUser, Member
from ..models import CustomUser, Member
class TestCustomUserManager(TestCase):