From 5bd90bba64fec05193eafcac08087a5dd02b1cce Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Fri, 15 Jul 2016 15:23:40 +0100 Subject: [PATCH] make test folder structure align with app folder structure --- tests/app/main/notify_client/__init__.py | 0 tests/app/{main => }/notify_client/test_events_client.py | 0 tests/app/{main => }/notify_client/test_invite_client.py | 0 tests/app/{main => }/notify_client/test_job_client.py | 0 tests/app/{main => }/notify_client/test_notification_client.py | 0 tests/app/{main => }/notify_client/test_statistics_client.py | 0 .../{main => }/notify_client/test_template_statistics_client.py | 0 tests/app/{main => }/notify_client/test_user_client.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/app/main/notify_client/__init__.py rename tests/app/{main => }/notify_client/test_events_client.py (100%) rename tests/app/{main => }/notify_client/test_invite_client.py (100%) rename tests/app/{main => }/notify_client/test_job_client.py (100%) rename tests/app/{main => }/notify_client/test_notification_client.py (100%) rename tests/app/{main => }/notify_client/test_statistics_client.py (100%) rename tests/app/{main => }/notify_client/test_template_statistics_client.py (100%) rename tests/app/{main => }/notify_client/test_user_client.py (100%) diff --git a/tests/app/main/notify_client/__init__.py b/tests/app/main/notify_client/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/app/main/notify_client/test_events_client.py b/tests/app/notify_client/test_events_client.py similarity index 100% rename from tests/app/main/notify_client/test_events_client.py rename to tests/app/notify_client/test_events_client.py diff --git a/tests/app/main/notify_client/test_invite_client.py b/tests/app/notify_client/test_invite_client.py similarity index 100% rename from tests/app/main/notify_client/test_invite_client.py rename to tests/app/notify_client/test_invite_client.py diff --git a/tests/app/main/notify_client/test_job_client.py b/tests/app/notify_client/test_job_client.py similarity index 100% rename from tests/app/main/notify_client/test_job_client.py rename to tests/app/notify_client/test_job_client.py diff --git a/tests/app/main/notify_client/test_notification_client.py b/tests/app/notify_client/test_notification_client.py similarity index 100% rename from tests/app/main/notify_client/test_notification_client.py rename to tests/app/notify_client/test_notification_client.py diff --git a/tests/app/main/notify_client/test_statistics_client.py b/tests/app/notify_client/test_statistics_client.py similarity index 100% rename from tests/app/main/notify_client/test_statistics_client.py rename to tests/app/notify_client/test_statistics_client.py diff --git a/tests/app/main/notify_client/test_template_statistics_client.py b/tests/app/notify_client/test_template_statistics_client.py similarity index 100% rename from tests/app/main/notify_client/test_template_statistics_client.py rename to tests/app/notify_client/test_template_statistics_client.py diff --git a/tests/app/main/notify_client/test_user_client.py b/tests/app/notify_client/test_user_client.py similarity index 100% rename from tests/app/main/notify_client/test_user_client.py rename to tests/app/notify_client/test_user_client.py