diff --git a/rest_auth/tests/__init__.py b/tests/__init__.py
similarity index 100%
rename from rest_auth/tests/__init__.py
rename to tests/__init__.py
diff --git a/rest_auth/tests/django_urls.py b/tests/django_urls.py
similarity index 100%
rename from rest_auth/tests/django_urls.py
rename to tests/django_urls.py
diff --git a/rest_auth/tests/mixins.py b/tests/mixins.py
similarity index 100%
rename from rest_auth/tests/mixins.py
rename to tests/mixins.py
diff --git a/rest_auth/tests/requirements.pip b/tests/requirements.pip
similarity index 100%
rename from rest_auth/tests/requirements.pip
rename to tests/requirements.pip
diff --git a/rest_auth/tests/settings.py b/tests/settings.py
similarity index 100%
rename from rest_auth/tests/settings.py
rename to tests/settings.py
diff --git a/rest_auth/tests/test_api.py b/tests/test_api.py
similarity index 100%
rename from rest_auth/tests/test_api.py
rename to tests/test_api.py
diff --git a/rest_auth/tests/test_social.py b/tests/test_social.py
similarity index 100%
rename from rest_auth/tests/test_social.py
rename to tests/test_social.py
diff --git a/rest_auth/tests/urls.py b/tests/urls.py
similarity index 100%
rename from rest_auth/tests/urls.py
rename to tests/urls.py