Browse Source

Move model tests into a tests module.

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
090d48d581
  1. 0
      bikeshop_project/registration/tests/__init__.py
  2. 2
      bikeshop_project/registration/tests/test_models.py

0
bikeshop_project/registration/tests/__init__.py

2
bikeshop_project/registration/tests.py → 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):
Loading…
Cancel
Save