mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Move model tests into a tests module.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
from .models import CustomUser, Member
|
||||
from ..models import CustomUser, Member
|
||||
|
||||
|
||||
class TestCustomUserManager(TestCase):
|
||||
Reference in New Issue
Block a user