aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/tests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/payments/tests/__init__.py (renamed from pyblackbird_cc/payments/tests/__init__.py)0
-rw-r--r--alphabetlearning/payments/tests/conftest.py (renamed from pyblackbird_cc/payments/tests/conftest.py)0
-rw-r--r--alphabetlearning/payments/tests/test_models.py (renamed from pyblackbird_cc/payments/tests/test_models.py)6
-rw-r--r--alphabetlearning/payments/tests/test_views.py (renamed from pyblackbird_cc/payments/tests/test_views.py)0
4 files changed, 3 insertions, 3 deletions
diff --git a/pyblackbird_cc/payments/tests/__init__.py b/alphabetlearning/payments/tests/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/payments/tests/__init__.py
+++ b/alphabetlearning/payments/tests/__init__.py
diff --git a/pyblackbird_cc/payments/tests/conftest.py b/alphabetlearning/payments/tests/conftest.py
index 7919170..7919170 100644
--- a/pyblackbird_cc/payments/tests/conftest.py
+++ b/alphabetlearning/payments/tests/conftest.py
diff --git a/pyblackbird_cc/payments/tests/test_models.py b/alphabetlearning/payments/tests/test_models.py
index 5f67e01..8c509f5 100644
--- a/pyblackbird_cc/payments/tests/test_models.py
+++ b/alphabetlearning/payments/tests/test_models.py
@@ -5,9 +5,9 @@ from django.core.exceptions import ValidationError
from django.db import IntegrityError
from django.test import RequestFactory
-from pyblackbird_cc.payments.models import ShoppingCart
-from pyblackbird_cc.payments.models import Subscription
-from pyblackbird_cc.payments.models import SubscriptionPlan
+from alphabetlearning.payments.models import ShoppingCart
+from alphabetlearning.payments.models import Subscription
+from alphabetlearning.payments.models import SubscriptionPlan
User = get_user_model()
diff --git a/pyblackbird_cc/payments/tests/test_views.py b/alphabetlearning/payments/tests/test_views.py
index 7d0f8b5..7d0f8b5 100644
--- a/pyblackbird_cc/payments/tests/test_views.py
+++ b/alphabetlearning/payments/tests/test_views.py