aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/users/tests/test_views.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-15 21:01:31 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-15 21:01:31 +0100
commiteeaddb27560d723ca7d61359744ceb2709fccd2d (patch)
tree04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /alphabetlearning/users/tests/test_views.py
parent7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff)
Renamed from pyblackbird_cc to alphabetlearning - everywhere
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