From 58927d0e4d0f50a8db04e92add39ab12bebc4207 Mon Sep 17 00:00:00 2001 From: Cedric Leporcq Date: Sun, 8 Aug 2021 11:30:54 +0200 Subject: [PATCH] move elodie tests to old_tests --- {tests => old_tests}/__init__.py | 0 {tests => old_tests}/helper.py | 0 {tests => old_tests}/media/__init__.py | 0 {tests => old_tests}/media/test_audio.py | 0 {tests => old_tests}/media/test_media.py | 0 {tests => old_tests}/media/test_photo.py | 0 {tests => old_tests}/media/test_video.py | 0 {tests => old_tests}/plugins/__init__.py | 0 {tests => old_tests}/plugins/googlephotos/__init__.py | 0 {tests => old_tests}/plugins/googlephotos/googlephotos_test.py | 0 {tests => old_tests}/requirements.txt | 0 {tests => old_tests}/test_config.py | 0 {tests => old_tests}/test_constants.py | 0 {tests => old_tests}/test_dependencies.py | 0 {tests => old_tests}/test_elodie.py | 0 {tests => old_tests}/test_filesystem.py | 0 {tests => old_tests}/test_geolocation.py | 0 {tests => old_tests}/test_localstorage.py | 0 {tests => old_tests}/test_log.py | 0 {tests => old_tests}/test_plugins.py | 0 {tests => old_tests}/test_result.py | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename {tests => old_tests}/__init__.py (100%) rename {tests => old_tests}/helper.py (100%) rename {tests => old_tests}/media/__init__.py (100%) rename {tests => old_tests}/media/test_audio.py (100%) rename {tests => old_tests}/media/test_media.py (100%) rename {tests => old_tests}/media/test_photo.py (100%) rename {tests => old_tests}/media/test_video.py (100%) rename {tests => old_tests}/plugins/__init__.py (100%) rename {tests => old_tests}/plugins/googlephotos/__init__.py (100%) rename {tests => old_tests}/plugins/googlephotos/googlephotos_test.py (100%) rename {tests => old_tests}/requirements.txt (100%) rename {tests => old_tests}/test_config.py (100%) rename {tests => old_tests}/test_constants.py (100%) rename {tests => old_tests}/test_dependencies.py (100%) rename {tests => old_tests}/test_elodie.py (100%) rename {tests => old_tests}/test_filesystem.py (100%) rename {tests => old_tests}/test_geolocation.py (100%) rename {tests => old_tests}/test_localstorage.py (100%) rename {tests => old_tests}/test_log.py (100%) rename {tests => old_tests}/test_plugins.py (100%) rename {tests => old_tests}/test_result.py (100%) diff --git a/tests/__init__.py b/old_tests/__init__.py similarity index 100% rename from tests/__init__.py rename to old_tests/__init__.py diff --git a/tests/helper.py b/old_tests/helper.py similarity index 100% rename from tests/helper.py rename to old_tests/helper.py diff --git a/tests/media/__init__.py b/old_tests/media/__init__.py similarity index 100% rename from tests/media/__init__.py rename to old_tests/media/__init__.py diff --git a/tests/media/test_audio.py b/old_tests/media/test_audio.py similarity index 100% rename from tests/media/test_audio.py rename to old_tests/media/test_audio.py diff --git a/tests/media/test_media.py b/old_tests/media/test_media.py similarity index 100% rename from tests/media/test_media.py rename to old_tests/media/test_media.py diff --git a/tests/media/test_photo.py b/old_tests/media/test_photo.py similarity index 100% rename from tests/media/test_photo.py rename to old_tests/media/test_photo.py diff --git a/tests/media/test_video.py b/old_tests/media/test_video.py similarity index 100% rename from tests/media/test_video.py rename to old_tests/media/test_video.py diff --git a/tests/plugins/__init__.py b/old_tests/plugins/__init__.py similarity index 100% rename from tests/plugins/__init__.py rename to old_tests/plugins/__init__.py diff --git a/tests/plugins/googlephotos/__init__.py b/old_tests/plugins/googlephotos/__init__.py similarity index 100% rename from tests/plugins/googlephotos/__init__.py rename to old_tests/plugins/googlephotos/__init__.py diff --git a/tests/plugins/googlephotos/googlephotos_test.py b/old_tests/plugins/googlephotos/googlephotos_test.py similarity index 100% rename from tests/plugins/googlephotos/googlephotos_test.py rename to old_tests/plugins/googlephotos/googlephotos_test.py diff --git a/tests/requirements.txt b/old_tests/requirements.txt similarity index 100% rename from tests/requirements.txt rename to old_tests/requirements.txt diff --git a/tests/test_config.py b/old_tests/test_config.py similarity index 100% rename from tests/test_config.py rename to old_tests/test_config.py diff --git a/tests/test_constants.py b/old_tests/test_constants.py similarity index 100% rename from tests/test_constants.py rename to old_tests/test_constants.py diff --git a/tests/test_dependencies.py b/old_tests/test_dependencies.py similarity index 100% rename from tests/test_dependencies.py rename to old_tests/test_dependencies.py diff --git a/tests/test_elodie.py b/old_tests/test_elodie.py similarity index 100% rename from tests/test_elodie.py rename to old_tests/test_elodie.py diff --git a/tests/test_filesystem.py b/old_tests/test_filesystem.py similarity index 100% rename from tests/test_filesystem.py rename to old_tests/test_filesystem.py diff --git a/tests/test_geolocation.py b/old_tests/test_geolocation.py similarity index 100% rename from tests/test_geolocation.py rename to old_tests/test_geolocation.py diff --git a/tests/test_localstorage.py b/old_tests/test_localstorage.py similarity index 100% rename from tests/test_localstorage.py rename to old_tests/test_localstorage.py diff --git a/tests/test_log.py b/old_tests/test_log.py similarity index 100% rename from tests/test_log.py rename to old_tests/test_log.py diff --git a/tests/test_plugins.py b/old_tests/test_plugins.py similarity index 100% rename from tests/test_plugins.py rename to old_tests/test_plugins.py diff --git a/tests/test_result.py b/old_tests/test_result.py similarity index 100% rename from tests/test_result.py rename to old_tests/test_result.py