diff options
Diffstat (limited to '')
-rw-r--r-- | alphabetlearning/users/tests/test_views.py (renamed from pyblackbird_cc/users/tests/test_views.py) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyblackbird_cc/users/tests/test_views.py b/alphabetlearning/users/tests/test_views.py index 5ca13fc..27e6064 100644 --- a/pyblackbird_cc/users/tests/test_views.py +++ b/alphabetlearning/users/tests/test_views.py @@ -12,12 +12,12 @@ from django.test import RequestFactory from django.urls import reverse from django.utils.translation import gettext_lazy as _ -from pyblackbird_cc.users.forms import UserAdminChangeForm -from pyblackbird_cc.users.models import User -from pyblackbird_cc.users.tests.factories import UserFactory -from pyblackbird_cc.users.views import UserRedirectView -from pyblackbird_cc.users.views import UserUpdateView -from pyblackbird_cc.users.views import user_detail_view +from alphabetlearning.users.forms import UserAdminChangeForm +from alphabetlearning.users.models import User +from alphabetlearning.users.tests.factories import UserFactory +from alphabetlearning.users.views import UserRedirectView +from alphabetlearning.users.views import UserUpdateView +from alphabetlearning.users.views import user_detail_view pytestmark = pytest.mark.django_db |