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