diff --git a/bikeshop_project/registration/tests/__init__.py b/bikeshop_project/registration/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/bikeshop_project/registration/tests.py b/bikeshop_project/registration/tests/test_models.py similarity index 97% rename from bikeshop_project/registration/tests.py rename to bikeshop_project/registration/tests/test_models.py index 3e7d626..c025a9e 100644 --- a/bikeshop_project/registration/tests.py +++ b/bikeshop_project/registration/tests/test_models.py @@ -1,7 +1,7 @@ from django.test import TestCase -from .models import CustomUser, Member +from ..models import CustomUser, Member class TestCustomUserManager(TestCase):