mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Move model tests into a tests module.
This commit is contained in:
parent
aad374941b
commit
090d48d581
0
bikeshop_project/registration/tests/__init__.py
Normal file
0
bikeshop_project/registration/tests/__init__.py
Normal file
@ -1,7 +1,7 @@
|
|||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
|
|
||||||
|
|
||||||
from .models import CustomUser, Member
|
from ..models import CustomUser, Member
|
||||||
|
|
||||||
|
|
||||||
class TestCustomUserManager(TestCase):
|
class TestCustomUserManager(TestCase):
|
Loading…
x
Reference in New Issue
Block a user