From b5a6e3e434bea7f0d79c482d9419776771aefeb6 Mon Sep 17 00:00:00 2001 From: Keiichi Hikita Date: Fri, 6 Apr 2018 13:18:45 +0900 Subject: [PATCH] rename test files. --- {test_slogging => test}/__init__.py | 0 {test_slogging => test}/speed/test_cidr_speed.py | 0 {test_slogging => test}/unit/__init__.py | 0 {test_slogging => test}/unit/test_access_log_delivery.py | 0 {test_slogging => test}/unit/test_access_processor.py | 0 {test_slogging => test}/unit/test_compressing_file_reader.py | 0 {test_slogging => test}/unit/test_db_stats_collector.py | 0 {test_slogging => test}/unit/test_internal_proxy.py | 0 {test_slogging => test}/unit/test_log_common.py | 0 {test_slogging => test}/unit/test_log_processor.py | 0 {test_slogging => test}/unit/test_log_uploader.py | 0 {test_slogging => test}/unit/test_stats_processor.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {test_slogging => test}/__init__.py (100%) rename {test_slogging => test}/speed/test_cidr_speed.py (100%) rename {test_slogging => test}/unit/__init__.py (100%) rename {test_slogging => test}/unit/test_access_log_delivery.py (100%) rename {test_slogging => test}/unit/test_access_processor.py (100%) rename {test_slogging => test}/unit/test_compressing_file_reader.py (100%) rename {test_slogging => test}/unit/test_db_stats_collector.py (100%) rename {test_slogging => test}/unit/test_internal_proxy.py (100%) rename {test_slogging => test}/unit/test_log_common.py (100%) rename {test_slogging => test}/unit/test_log_processor.py (100%) rename {test_slogging => test}/unit/test_log_uploader.py (100%) rename {test_slogging => test}/unit/test_stats_processor.py (100%) 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