From 662612685c41cc6f0d77f0f1444245b7d9475a2f Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 2 May 2020 22:53:58 +0100 Subject: [PATCH] Rename tests to remove the number, but keep 'basic' as the first --- test/{test_01_basic.py => test_0_basic.py} | 0 test/{test_03_before_build.py => test_before_build.py} | 0 test/{test_10_before_test.py => test_before_test.py} | 0 test/{test_04_build_skip.py => test_build_skip.py} | 0 test/{test_09_cpp_standards.py => test_cpp_standards.py} | 0 ...test_11_dependency_versions.py => test_dependency_versions.py} | 0 test/{test_06_docker_images.py => test_docker_images.py} | 0 test/{test_05_environment.py => test_environment.py} | 0 .../{test_08_manylinuxXXXX_only.py => test_manylinuxXXXX_only.py} | 0 test/{test_07_ssl.py => test_ssl.py} | 0 test/{test_12_subdir_package.py => test_subdir_package.py} | 0 test/{test_02_testing.py => test_testing.py} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename test/{test_01_basic.py => test_0_basic.py} (100%) rename test/{test_03_before_build.py => test_before_build.py} (100%) rename test/{test_10_before_test.py => test_before_test.py} (100%) rename test/{test_04_build_skip.py => test_build_skip.py} (100%) rename test/{test_09_cpp_standards.py => test_cpp_standards.py} (100%) rename test/{test_11_dependency_versions.py => test_dependency_versions.py} (100%) rename test/{test_06_docker_images.py => test_docker_images.py} (100%) rename test/{test_05_environment.py => test_environment.py} (100%) rename test/{test_08_manylinuxXXXX_only.py => test_manylinuxXXXX_only.py} (100%) rename test/{test_07_ssl.py => test_ssl.py} (100%) rename test/{test_12_subdir_package.py => test_subdir_package.py} (100%) rename test/{test_02_testing.py => test_testing.py} (100%) diff --git a/test/test_01_basic.py b/test/test_0_basic.py similarity index 100% rename from test/test_01_basic.py rename to test/test_0_basic.py diff --git a/test/test_03_before_build.py b/test/test_before_build.py similarity index 100% rename from test/test_03_before_build.py rename to test/test_before_build.py diff --git a/test/test_10_before_test.py b/test/test_before_test.py similarity index 100% rename from test/test_10_before_test.py rename to test/test_before_test.py diff --git a/test/test_04_build_skip.py b/test/test_build_skip.py similarity index 100% rename from test/test_04_build_skip.py rename to test/test_build_skip.py diff --git a/test/test_09_cpp_standards.py b/test/test_cpp_standards.py similarity index 100% rename from test/test_09_cpp_standards.py rename to test/test_cpp_standards.py diff --git a/test/test_11_dependency_versions.py b/test/test_dependency_versions.py similarity index 100% rename from test/test_11_dependency_versions.py rename to test/test_dependency_versions.py diff --git a/test/test_06_docker_images.py b/test/test_docker_images.py similarity index 100% rename from test/test_06_docker_images.py rename to test/test_docker_images.py diff --git a/test/test_05_environment.py b/test/test_environment.py similarity index 100% rename from test/test_05_environment.py rename to test/test_environment.py diff --git a/test/test_08_manylinuxXXXX_only.py b/test/test_manylinuxXXXX_only.py similarity index 100% rename from test/test_08_manylinuxXXXX_only.py rename to test/test_manylinuxXXXX_only.py diff --git a/test/test_07_ssl.py b/test/test_ssl.py similarity index 100% rename from test/test_07_ssl.py rename to test/test_ssl.py diff --git a/test/test_12_subdir_package.py b/test/test_subdir_package.py similarity index 100% rename from test/test_12_subdir_package.py rename to test/test_subdir_package.py diff --git a/test/test_02_testing.py b/test/test_testing.py similarity index 100% rename from test/test_02_testing.py rename to test/test_testing.py