Skip to content

Commit

Permalink
Move unit tests to /tests/unit_tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed May 8, 2023
1 parent 752d62a commit 958c514
Show file tree
Hide file tree
Showing 42 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ -353,7 +353,7 @@ def test_register_not_matching_password(self):
self.assert_response_is_bad_request(response)

@override_settings(
EMAIL_BACKEND='tests.api.views.register.test_register.FailureEmailBackend', # noqa E501
EMAIL_BACKEND='tests.unit_tests.api.views.register.test_register.FailureEmailBackend', # noqa E501
)
def test_when_notification_failure_then_user_not_created(self):
data = self._get_register_user_data(password='testpassword')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ -5,7 +5,7 @@


@override_settings(
ROOT_URLCONF='tests.contrib.verification_redirects.default_urls',
ROOT_URLCONF='tests.unit_tests.contrib.verification_redirects.default_urls',
)
class ViewTestCase(BaseViewTestCase):
APP_NAME = 'rest_registration.contrib.verification_redirects'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 958c514

Please sign in to comment.