From cee844fa8b1e3057dbbbd699db94fb660271a9d6 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sat, 19 Oct 2013 02:00:46 -0700 Subject: [PATCH] tests: reorganize test names Signed-off-by: David Aguilar --- test/{test_cola_models_classic.py => browse_model_test.py} | 0 test/{test_cola_core.py => core_test.py} | 0 test/{test_cola_diffparse.py => diffparse_test.py} | 0 test/{test_cola_git.py => git_test.py} | 0 test/{test_cola_gitcfg.py => gitcfg_test.py} | 0 test/{test_cola_gitcmds.py => gitcmds_test.py} | 0 test/{test_cola_git_ops.py => gitops_test.py} | 0 test/{test_cola_i18n.py => i18n_test.py} | 0 test/{test_cola_models_main.py => main_model_test.py} | 0 test/{test_cola_settings.py => settings_test.py} | 0 test/{test_cola_textwrap.py => textwrap_test.py} | 0 test/{test_cola_utils.py => utils_test.py} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename test/{test_cola_models_classic.py => browse_model_test.py} (100%) rename test/{test_cola_core.py => core_test.py} (100%) rename test/{test_cola_diffparse.py => diffparse_test.py} (100%) rename test/{test_cola_git.py => git_test.py} (100%) rename test/{test_cola_gitcfg.py => gitcfg_test.py} (100%) rename test/{test_cola_gitcmds.py => gitcmds_test.py} (100%) rename test/{test_cola_git_ops.py => gitops_test.py} (100%) rename test/{test_cola_i18n.py => i18n_test.py} (100%) rename test/{test_cola_models_main.py => main_model_test.py} (100%) rename test/{test_cola_settings.py => settings_test.py} (100%) rename test/{test_cola_textwrap.py => textwrap_test.py} (100%) rename test/{test_cola_utils.py => utils_test.py} (100%) diff --git a/test/test_cola_models_classic.py b/test/browse_model_test.py similarity index 100% rename from test/test_cola_models_classic.py rename to test/browse_model_test.py diff --git a/test/test_cola_core.py b/test/core_test.py similarity index 100% rename from test/test_cola_core.py rename to test/core_test.py diff --git a/test/test_cola_diffparse.py b/test/diffparse_test.py similarity index 100% rename from test/test_cola_diffparse.py rename to test/diffparse_test.py diff --git a/test/test_cola_git.py b/test/git_test.py similarity index 100% rename from test/test_cola_git.py rename to test/git_test.py diff --git a/test/test_cola_gitcfg.py b/test/gitcfg_test.py similarity index 100% rename from test/test_cola_gitcfg.py rename to test/gitcfg_test.py diff --git a/test/test_cola_gitcmds.py b/test/gitcmds_test.py similarity index 100% rename from test/test_cola_gitcmds.py rename to test/gitcmds_test.py diff --git a/test/test_cola_git_ops.py b/test/gitops_test.py similarity index 100% rename from test/test_cola_git_ops.py rename to test/gitops_test.py diff --git a/test/test_cola_i18n.py b/test/i18n_test.py similarity index 100% rename from test/test_cola_i18n.py rename to test/i18n_test.py diff --git a/test/test_cola_models_main.py b/test/main_model_test.py similarity index 100% rename from test/test_cola_models_main.py rename to test/main_model_test.py diff --git a/test/test_cola_settings.py b/test/settings_test.py similarity index 100% rename from test/test_cola_settings.py rename to test/settings_test.py diff --git a/test/test_cola_textwrap.py b/test/textwrap_test.py similarity index 100% rename from test/test_cola_textwrap.py rename to test/textwrap_test.py diff --git a/test/test_cola_utils.py b/test/utils_test.py similarity index 100% rename from test/test_cola_utils.py rename to test/utils_test.py -- 2.11.4.GIT