diff --git a/test_slogging/__init__.py b/test/__init__.py similarity index 100% rename from test_slogging/__init__.py rename to test/__init__.py diff --git a/test_slogging/speed/test_cidr_speed.py b/test/speed/test_cidr_speed.py similarity index 100% rename from test_slogging/speed/test_cidr_speed.py rename to test/speed/test_cidr_speed.py diff --git a/test_slogging/unit/__init__.py b/test/unit/__init__.py similarity index 100% rename from test_slogging/unit/__init__.py rename to test/unit/__init__.py diff --git a/test_slogging/unit/test_access_log_delivery.py b/test/unit/test_access_log_delivery.py similarity index 100% rename from test_slogging/unit/test_access_log_delivery.py rename to test/unit/test_access_log_delivery.py diff --git a/test_slogging/unit/test_access_processor.py b/test/unit/test_access_processor.py similarity index 100% rename from test_slogging/unit/test_access_processor.py rename to test/unit/test_access_processor.py diff --git a/test_slogging/unit/test_compressing_file_reader.py b/test/unit/test_compressing_file_reader.py similarity index 100% rename from test_slogging/unit/test_compressing_file_reader.py rename to test/unit/test_compressing_file_reader.py diff --git a/test_slogging/unit/test_db_stats_collector.py b/test/unit/test_db_stats_collector.py similarity index 100% rename from test_slogging/unit/test_db_stats_collector.py rename to test/unit/test_db_stats_collector.py diff --git a/test_slogging/unit/test_internal_proxy.py b/test/unit/test_internal_proxy.py similarity index 100% rename from test_slogging/unit/test_internal_proxy.py rename to test/unit/test_internal_proxy.py diff --git a/test_slogging/unit/test_log_common.py b/test/unit/test_log_common.py similarity index 100% rename from test_slogging/unit/test_log_common.py rename to test/unit/test_log_common.py diff --git a/test_slogging/unit/test_log_processor.py b/test/unit/test_log_processor.py similarity index 100% rename from test_slogging/unit/test_log_processor.py rename to test/unit/test_log_processor.py diff --git a/test_slogging/unit/test_log_uploader.py b/test/unit/test_log_uploader.py similarity index 100% rename from test_slogging/unit/test_log_uploader.py rename to test/unit/test_log_uploader.py diff --git a/test_slogging/unit/test_stats_processor.py b/test/unit/test_stats_processor.py similarity index 100% rename from test_slogging/unit/test_stats_processor.py rename to test/unit/test_stats_processor.py