From 8940d51c0c59b1d3fd3acc3151730650e5a75d81 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 25 Jul 2012 15:59:37 -0400 Subject: [PATCH] cc-4105: renamed test files --- .../media-monitor2/tests/{api_client.py => test_api_client.py} | 0 python_apps/media-monitor2/tests/{config.py => test_config.py} | 0 .../media-monitor2/tests/{notifier.py => test_notifier.py} | 0 python_apps/media-monitor2/tests/{pure.py => test_pure.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename python_apps/media-monitor2/tests/{api_client.py => test_api_client.py} (100%) rename python_apps/media-monitor2/tests/{config.py => test_config.py} (100%) rename python_apps/media-monitor2/tests/{notifier.py => test_notifier.py} (100%) rename python_apps/media-monitor2/tests/{pure.py => test_pure.py} (100%) diff --git a/python_apps/media-monitor2/tests/api_client.py b/python_apps/media-monitor2/tests/test_api_client.py similarity index 100% rename from python_apps/media-monitor2/tests/api_client.py rename to python_apps/media-monitor2/tests/test_api_client.py diff --git a/python_apps/media-monitor2/tests/config.py b/python_apps/media-monitor2/tests/test_config.py similarity index 100% rename from python_apps/media-monitor2/tests/config.py rename to python_apps/media-monitor2/tests/test_config.py diff --git a/python_apps/media-monitor2/tests/notifier.py b/python_apps/media-monitor2/tests/test_notifier.py similarity index 100% rename from python_apps/media-monitor2/tests/notifier.py rename to python_apps/media-monitor2/tests/test_notifier.py diff --git a/python_apps/media-monitor2/tests/pure.py b/python_apps/media-monitor2/tests/test_pure.py similarity index 100% rename from python_apps/media-monitor2/tests/pure.py rename to python_apps/media-monitor2/tests/test_pure.py