From ac9ed03290ea2882530e5dc0c0c51e7bae4bd342 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Wed, 17 Apr 2019 19:56:25 -0700 Subject: [PATCH] Move tests out of package --- {rest_auth/tests => tests}/__init__.py | 0 {rest_auth/tests => tests}/django_urls.py | 0 {rest_auth/tests => tests}/mixins.py | 0 {rest_auth/tests => tests}/requirements.pip | 0 {rest_auth/tests => tests}/settings.py | 0 {rest_auth/tests => tests}/test_api.py | 0 {rest_auth/tests => tests}/test_social.py | 0 {rest_auth/tests => tests}/urls.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {rest_auth/tests => tests}/__init__.py (100%) rename {rest_auth/tests => tests}/django_urls.py (100%) rename {rest_auth/tests => tests}/mixins.py (100%) rename {rest_auth/tests => tests}/requirements.pip (100%) rename {rest_auth/tests => tests}/settings.py (100%) rename {rest_auth/tests => tests}/test_api.py (100%) rename {rest_auth/tests => tests}/test_social.py (100%) rename {rest_auth/tests => tests}/urls.py (100%) 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