Skip to content

Commit

Permalink
chore: move unit tests to corresponding unit folder (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV authored Sep 18, 2024
1 parent a8ae715 commit f99a6f7
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 4 deletions.
Empty file.
File renamed without changes.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from mock import patch
from rest_framework.serializers import ValidationError

from ..serializers import EdxappCourseEnrollmentSerializer
from eox_core.api.v1.serializers import EdxappCourseEnrollmentSerializer


class CourseKeyValidationTest(TestCase):
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from mock import MagicMock
from rest_framework.exceptions import NotAuthenticated

from ..permissions import EoxCoreAPIPermission
from eox_core.api.v1.permissions import EoxCoreAPIPermission


class PermissionsTest(TestCase):
Expand Down
File renamed without changes.
Empty file added eox_core/tests/unit/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

import eox_core
from eox_core.api.v1.views import UserInfo

from ..test_utils import SuperUserFactory
from eox_core.test_utils import SuperUserFactory

JSON_CONTENT_TYPE = 'application/json'

Expand Down
File renamed without changes.

0 comments on commit f99a6f7

Please sign in to comment.