From d47517399201ee73f7265c07dcfca284cb7b05b0 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Tue, 2 Aug 2016 05:12:36 +0200 Subject: [PATCH] Moved tests to paramecio folder --- {tests => paramecio/tests}/__init__.py | 0 {tests => paramecio/tests}/arrayfieldtest.py | 0 {tests => paramecio/tests}/datetimetest.py | 0 {tests => paramecio/tests}/dictfieldtest.py | 0 {tests => paramecio/tests}/fieldstest.py | 0 {tests => paramecio/tests}/formtest.py | 0 {tests => paramecio/tests}/i18nfieldtest.py | 0 {tests => paramecio/tests}/imagefieldtest.py | 0 {tests => paramecio/tests}/images/image.jpg | Bin .../tests}/images/uploads/.tests_folder | 0 {tests => paramecio/tests}/sendmailtest.py | 0 {tests => paramecio/tests}/slugifytest.py | 0 {tests => paramecio/tests}/webmodeltest.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {tests => paramecio/tests}/__init__.py (100%) rename {tests => paramecio/tests}/arrayfieldtest.py (100%) rename {tests => paramecio/tests}/datetimetest.py (100%) rename {tests => paramecio/tests}/dictfieldtest.py (100%) rename {tests => paramecio/tests}/fieldstest.py (100%) rename {tests => paramecio/tests}/formtest.py (100%) rename {tests => paramecio/tests}/i18nfieldtest.py (100%) rename {tests => paramecio/tests}/imagefieldtest.py (100%) rename {tests => paramecio/tests}/images/image.jpg (100%) rename {tests => paramecio/tests}/images/uploads/.tests_folder (100%) rename {tests => paramecio/tests}/sendmailtest.py (100%) rename {tests => paramecio/tests}/slugifytest.py (100%) rename {tests => paramecio/tests}/webmodeltest.py (100%) diff --git a/tests/__init__.py b/paramecio/tests/__init__.py similarity index 100% rename from tests/__init__.py rename to paramecio/tests/__init__.py diff --git a/tests/arrayfieldtest.py b/paramecio/tests/arrayfieldtest.py similarity index 100% rename from tests/arrayfieldtest.py rename to paramecio/tests/arrayfieldtest.py diff --git a/tests/datetimetest.py b/paramecio/tests/datetimetest.py similarity index 100% rename from tests/datetimetest.py rename to paramecio/tests/datetimetest.py diff --git a/tests/dictfieldtest.py b/paramecio/tests/dictfieldtest.py similarity index 100% rename from tests/dictfieldtest.py rename to paramecio/tests/dictfieldtest.py diff --git a/tests/fieldstest.py b/paramecio/tests/fieldstest.py similarity index 100% rename from tests/fieldstest.py rename to paramecio/tests/fieldstest.py diff --git a/tests/formtest.py b/paramecio/tests/formtest.py similarity index 100% rename from tests/formtest.py rename to paramecio/tests/formtest.py diff --git a/tests/i18nfieldtest.py b/paramecio/tests/i18nfieldtest.py similarity index 100% rename from tests/i18nfieldtest.py rename to paramecio/tests/i18nfieldtest.py diff --git a/tests/imagefieldtest.py b/paramecio/tests/imagefieldtest.py similarity index 100% rename from tests/imagefieldtest.py rename to paramecio/tests/imagefieldtest.py diff --git a/tests/images/image.jpg b/paramecio/tests/images/image.jpg similarity index 100% rename from tests/images/image.jpg rename to paramecio/tests/images/image.jpg diff --git a/tests/images/uploads/.tests_folder b/paramecio/tests/images/uploads/.tests_folder similarity index 100% rename from tests/images/uploads/.tests_folder rename to paramecio/tests/images/uploads/.tests_folder diff --git a/tests/sendmailtest.py b/paramecio/tests/sendmailtest.py similarity index 100% rename from tests/sendmailtest.py rename to paramecio/tests/sendmailtest.py diff --git a/tests/slugifytest.py b/paramecio/tests/slugifytest.py similarity index 100% rename from tests/slugifytest.py rename to paramecio/tests/slugifytest.py diff --git a/tests/webmodeltest.py b/paramecio/tests/webmodeltest.py similarity index 100% rename from tests/webmodeltest.py rename to paramecio/tests/webmodeltest.py