From d797fa4d76751c59832d908640eea64483d0bacd Mon Sep 17 00:00:00 2001 From: Christophe Bourcier Date: Thu, 15 Feb 2018 15:21:05 +0100 Subject: [PATCH] Rename tests without test_ prefix --- ...vanced_text_option.py => advanced_text_option.py} | 0 ...cartesian_core_size.py => cartesian_core_size.py} | 0 tests/{test_enforced_mesh.py => enforced_mesh.py} | 0 ...est_layers_imprinting.py => layers_imprinting.py} | 0 ...g_hexa_core.py => layers_imprinting_hexa_core.py} | 0 ...t_mg_hybrid_pyramids.py => mg_hybrid_pyramids.py} | 0 tests/tests.set | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename tests/{test_advanced_text_option.py => advanced_text_option.py} (100%) rename tests/{test_cartesian_core_size.py => cartesian_core_size.py} (100%) rename tests/{test_enforced_mesh.py => enforced_mesh.py} (100%) rename tests/{test_layers_imprinting.py => layers_imprinting.py} (100%) rename tests/{test_layers_imprinting_hexa_core.py => layers_imprinting_hexa_core.py} (100%) rename tests/{test_mg_hybrid_pyramids.py => mg_hybrid_pyramids.py} (100%) diff --git a/tests/test_advanced_text_option.py b/tests/advanced_text_option.py similarity index 100% rename from tests/test_advanced_text_option.py rename to tests/advanced_text_option.py diff --git a/tests/test_cartesian_core_size.py b/tests/cartesian_core_size.py similarity index 100% rename from tests/test_cartesian_core_size.py rename to tests/cartesian_core_size.py diff --git a/tests/test_enforced_mesh.py b/tests/enforced_mesh.py similarity index 100% rename from tests/test_enforced_mesh.py rename to tests/enforced_mesh.py diff --git a/tests/test_layers_imprinting.py b/tests/layers_imprinting.py similarity index 100% rename from tests/test_layers_imprinting.py rename to tests/layers_imprinting.py diff --git a/tests/test_layers_imprinting_hexa_core.py b/tests/layers_imprinting_hexa_core.py similarity index 100% rename from tests/test_layers_imprinting_hexa_core.py rename to tests/layers_imprinting_hexa_core.py diff --git a/tests/test_mg_hybrid_pyramids.py b/tests/mg_hybrid_pyramids.py similarity index 100% rename from tests/test_mg_hybrid_pyramids.py rename to tests/mg_hybrid_pyramids.py diff --git a/tests/tests.set b/tests/tests.set index 9fb237c..5ecb682 100644 --- a/tests/tests.set +++ b/tests/tests.set @@ -18,10 +18,10 @@ # SET(TEST_NAMES - test_cartesian_core_size - test_enforced_mesh - test_layers_imprinting - test_layers_imprinting_hexa_core - test_mg_hybrid_pyramids - test_advanced_text_option + cartesian_core_size + enforced_mesh + layers_imprinting + layers_imprinting_hexa_core + mg_hybrid_pyramids + advanced_text_option ) -- 2.30.2