From db86f42d8aae4765c80e6b2412d0c70913e4dc50 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Fri, 17 Jun 2011 14:57:29 -0500 Subject: [PATCH] updated unit tests --- .unittests | 2 +- test_slogging/{ => unit}/__init__.py | 0 test_slogging/{ => unit}/test_access_processor.py | 0 test_slogging/{ => unit}/test_compressing_file_reader.py | 0 test_slogging/{ => unit}/test_db_stats_collector.py | 0 test_slogging/{ => unit}/test_internal_proxy.py | 0 test_slogging/{ => unit}/test_log_processor.py | 0 test_slogging/{ => unit}/test_log_uploader.py | 0 test_slogging/{ => unit}/test_stats_processor.py | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename test_slogging/{ => unit}/__init__.py (100%) rename test_slogging/{ => unit}/test_access_processor.py (100%) rename test_slogging/{ => unit}/test_compressing_file_reader.py (100%) rename test_slogging/{ => unit}/test_db_stats_collector.py (100%) rename test_slogging/{ => unit}/test_internal_proxy.py (100%) rename test_slogging/{ => unit}/test_log_processor.py (100%) rename test_slogging/{ => unit}/test_log_uploader.py (100%) rename test_slogging/{ => unit}/test_stats_processor.py (100%) diff --git a/.unittests b/.unittests index 8bba09a..5c20a19 100755 --- a/.unittests +++ b/.unittests @@ -1,4 +1,4 @@ #!/bin/bash -nosetests test_swauth/unit --exe --with-coverage --cover-package slogging --cover-erase +nosetests test_slogging/unit --exe --with-coverage --cover-package slogging --cover-erase rm -f .coverage diff --git a/test_slogging/__init__.py b/test_slogging/unit/__init__.py similarity index 100% rename from test_slogging/__init__.py rename to test_slogging/unit/__init__.py diff --git a/test_slogging/test_access_processor.py b/test_slogging/unit/test_access_processor.py similarity index 100% rename from test_slogging/test_access_processor.py rename to test_slogging/unit/test_access_processor.py diff --git a/test_slogging/test_compressing_file_reader.py b/test_slogging/unit/test_compressing_file_reader.py similarity index 100% rename from test_slogging/test_compressing_file_reader.py rename to test_slogging/unit/test_compressing_file_reader.py diff --git a/test_slogging/test_db_stats_collector.py b/test_slogging/unit/test_db_stats_collector.py similarity index 100% rename from test_slogging/test_db_stats_collector.py rename to test_slogging/unit/test_db_stats_collector.py diff --git a/test_slogging/test_internal_proxy.py b/test_slogging/unit/test_internal_proxy.py similarity index 100% rename from test_slogging/test_internal_proxy.py rename to test_slogging/unit/test_internal_proxy.py diff --git a/test_slogging/test_log_processor.py b/test_slogging/unit/test_log_processor.py similarity index 100% rename from test_slogging/test_log_processor.py rename to test_slogging/unit/test_log_processor.py diff --git a/test_slogging/test_log_uploader.py b/test_slogging/unit/test_log_uploader.py similarity index 100% rename from test_slogging/test_log_uploader.py rename to test_slogging/unit/test_log_uploader.py diff --git a/test_slogging/test_stats_processor.py b/test_slogging/unit/test_stats_processor.py similarity index 100% rename from test_slogging/test_stats_processor.py rename to test_slogging/unit/test_stats_processor.py