From 87533915b6af6512c98a05da93398b797f2abf74 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Tue, 7 Apr 2026 11:20:43 -0400 Subject: [PATCH] chore: rename test files --- news/naming-convention.rst | 23 +++++++++++++++++++ tests/{test_builder.py => test-builder.py} | 0 ...ons.py => test-characteristicfunctions.py} | 0 ...{test_constraint.py => test-constraint.py} | 0 ...t_contribution.py => test-contribution.py} | 0 ...t_diffpyparset.py => test-diffpyparset.py} | 0 tests/{test_equation.py => test-equation.py} | 0 .../{test_fitrecipe.py => test-fitrecipe.py} | 0 ...{test_fitresults.py => test-fitresults.py} | 0 tests/{test_literals.py => test-literals.py} | 0 ...jcrystparset.py => test-objcrystparset.py} | 0 .../{test_parameter.py => test-parameter.py} | 0 ...t_parameterset.py => test-parameterset.py} | 0 tests/{test_pdf.py => test-pdf.py} | 0 tests/{test_profile.py => test-profile.py} | 0 ...egenerator.py => test-profilegenerator.py} | 0 ...peorganizer.py => test-recipeorganizer.py} | 0 .../{test_restraint.py => test-restraint.py} | 0 tests/{test_sas.py => test-sas.py} | 0 ...sgconstraints.py => test-sgconstraints.py} | 0 tests/{test_speed.py => test-speed.py} | 0 ...{test_tagmanager.py => test-tagmanager.py} | 0 tests/{test_version.py => test-version.py} | 0 tests/{test_visitors.py => test-visitors.py} | 0 ...refcallable.py => test-weakrefcallable.py} | 0 25 files changed, 23 insertions(+) create mode 100644 news/naming-convention.rst rename tests/{test_builder.py => test-builder.py} (100%) rename tests/{test_characteristicfunctions.py => test-characteristicfunctions.py} (100%) rename tests/{test_constraint.py => test-constraint.py} (100%) rename tests/{test_contribution.py => test-contribution.py} (100%) rename tests/{test_diffpyparset.py => test-diffpyparset.py} (100%) rename tests/{test_equation.py => test-equation.py} (100%) rename tests/{test_fitrecipe.py => test-fitrecipe.py} (100%) rename tests/{test_fitresults.py => test-fitresults.py} (100%) rename tests/{test_literals.py => test-literals.py} (100%) rename tests/{test_objcrystparset.py => test-objcrystparset.py} (100%) rename tests/{test_parameter.py => test-parameter.py} (100%) rename tests/{test_parameterset.py => test-parameterset.py} (100%) rename tests/{test_pdf.py => test-pdf.py} (100%) rename tests/{test_profile.py => test-profile.py} (100%) rename tests/{test_profilegenerator.py => test-profilegenerator.py} (100%) rename tests/{test_recipeorganizer.py => test-recipeorganizer.py} (100%) rename tests/{test_restraint.py => test-restraint.py} (100%) rename tests/{test_sas.py => test-sas.py} (100%) rename tests/{test_sgconstraints.py => test-sgconstraints.py} (100%) rename tests/{test_speed.py => test-speed.py} (100%) rename tests/{test_tagmanager.py => test-tagmanager.py} (100%) rename tests/{test_version.py => test-version.py} (100%) rename tests/{test_visitors.py => test-visitors.py} (100%) rename tests/{test_weakrefcallable.py => test-weakrefcallable.py} (100%) diff --git a/news/naming-convention.rst b/news/naming-convention.rst new file mode 100644 index 00000000..7c8b26d1 --- /dev/null +++ b/news/naming-convention.rst @@ -0,0 +1,23 @@ +**Added:** + +* No News Added: rename test files with dashes connected + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/tests/test_builder.py b/tests/test-builder.py similarity index 100% rename from tests/test_builder.py rename to tests/test-builder.py diff --git a/tests/test_characteristicfunctions.py b/tests/test-characteristicfunctions.py similarity index 100% rename from tests/test_characteristicfunctions.py rename to tests/test-characteristicfunctions.py diff --git a/tests/test_constraint.py b/tests/test-constraint.py similarity index 100% rename from tests/test_constraint.py rename to tests/test-constraint.py diff --git a/tests/test_contribution.py b/tests/test-contribution.py similarity index 100% rename from tests/test_contribution.py rename to tests/test-contribution.py diff --git a/tests/test_diffpyparset.py b/tests/test-diffpyparset.py similarity index 100% rename from tests/test_diffpyparset.py rename to tests/test-diffpyparset.py diff --git a/tests/test_equation.py b/tests/test-equation.py similarity index 100% rename from tests/test_equation.py rename to tests/test-equation.py diff --git a/tests/test_fitrecipe.py b/tests/test-fitrecipe.py similarity index 100% rename from tests/test_fitrecipe.py rename to tests/test-fitrecipe.py diff --git a/tests/test_fitresults.py b/tests/test-fitresults.py similarity index 100% rename from tests/test_fitresults.py rename to tests/test-fitresults.py diff --git a/tests/test_literals.py b/tests/test-literals.py similarity index 100% rename from tests/test_literals.py rename to tests/test-literals.py diff --git a/tests/test_objcrystparset.py b/tests/test-objcrystparset.py similarity index 100% rename from tests/test_objcrystparset.py rename to tests/test-objcrystparset.py diff --git a/tests/test_parameter.py b/tests/test-parameter.py similarity index 100% rename from tests/test_parameter.py rename to tests/test-parameter.py diff --git a/tests/test_parameterset.py b/tests/test-parameterset.py similarity index 100% rename from tests/test_parameterset.py rename to tests/test-parameterset.py diff --git a/tests/test_pdf.py b/tests/test-pdf.py similarity index 100% rename from tests/test_pdf.py rename to tests/test-pdf.py diff --git a/tests/test_profile.py b/tests/test-profile.py similarity index 100% rename from tests/test_profile.py rename to tests/test-profile.py diff --git a/tests/test_profilegenerator.py b/tests/test-profilegenerator.py similarity index 100% rename from tests/test_profilegenerator.py rename to tests/test-profilegenerator.py diff --git a/tests/test_recipeorganizer.py b/tests/test-recipeorganizer.py similarity index 100% rename from tests/test_recipeorganizer.py rename to tests/test-recipeorganizer.py diff --git a/tests/test_restraint.py b/tests/test-restraint.py similarity index 100% rename from tests/test_restraint.py rename to tests/test-restraint.py diff --git a/tests/test_sas.py b/tests/test-sas.py similarity index 100% rename from tests/test_sas.py rename to tests/test-sas.py diff --git a/tests/test_sgconstraints.py b/tests/test-sgconstraints.py similarity index 100% rename from tests/test_sgconstraints.py rename to tests/test-sgconstraints.py diff --git a/tests/test_speed.py b/tests/test-speed.py similarity index 100% rename from tests/test_speed.py rename to tests/test-speed.py diff --git a/tests/test_tagmanager.py b/tests/test-tagmanager.py similarity index 100% rename from tests/test_tagmanager.py rename to tests/test-tagmanager.py diff --git a/tests/test_version.py b/tests/test-version.py similarity index 100% rename from tests/test_version.py rename to tests/test-version.py diff --git a/tests/test_visitors.py b/tests/test-visitors.py similarity index 100% rename from tests/test_visitors.py rename to tests/test-visitors.py diff --git a/tests/test_weakrefcallable.py b/tests/test-weakrefcallable.py similarity index 100% rename from tests/test_weakrefcallable.py rename to tests/test-weakrefcallable.py