From 2d81569fd077a7ec505214620f018008caf99aac Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 21 Mar 2019 14:41:41 +0100 Subject: [PATCH] Reorder the test folder. --- tests/{test_datasource_link.py => data_sources/test_link.py} | 0 .../{test_datasource_version.py => data_sources/test_version.py} | 0 tests/{ => handlers}/test_query_result_permissions.py | 0 .../{test_query_runner_presto.py => query_runner/test_presto.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_datasource_link.py => data_sources/test_link.py} (100%) rename tests/{test_datasource_version.py => data_sources/test_version.py} (100%) rename tests/{ => handlers}/test_query_result_permissions.py (100%) rename tests/{test_query_runner_presto.py => query_runner/test_presto.py} (100%) diff --git a/tests/test_datasource_link.py b/tests/data_sources/test_link.py similarity index 100% rename from tests/test_datasource_link.py rename to tests/data_sources/test_link.py diff --git a/tests/test_datasource_version.py b/tests/data_sources/test_version.py similarity index 100% rename from tests/test_datasource_version.py rename to tests/data_sources/test_version.py diff --git a/tests/test_query_result_permissions.py b/tests/handlers/test_query_result_permissions.py similarity index 100% rename from tests/test_query_result_permissions.py rename to tests/handlers/test_query_result_permissions.py diff --git a/tests/test_query_runner_presto.py b/tests/query_runner/test_presto.py similarity index 100% rename from tests/test_query_runner_presto.py rename to tests/query_runner/test_presto.py