diff --git a/tests/functional/ext/check_elif/elif_checker.py b/tests/functional/ext/check_elif/check_elif.py similarity index 100% rename from tests/functional/ext/check_elif/elif_checker.py rename to tests/functional/ext/check_elif/check_elif.py diff --git a/tests/functional/ext/check_elif/elif_checker.rc b/tests/functional/ext/check_elif/check_elif.rc similarity index 100% rename from tests/functional/ext/check_elif/elif_checker.rc rename to tests/functional/ext/check_elif/check_elif.rc diff --git a/tests/functional/ext/check_elif/elif_checker.txt b/tests/functional/ext/check_elif/check_elif.txt similarity index 100% rename from tests/functional/ext/check_elif/elif_checker.txt rename to tests/functional/ext/check_elif/check_elif.txt diff --git a/tests/functional/ext/comparetozero/compare_to_zero_extension.py b/tests/functional/ext/comparetozero/comparetozero.py similarity index 100% rename from tests/functional/ext/comparetozero/compare_to_zero_extension.py rename to tests/functional/ext/comparetozero/comparetozero.py diff --git a/tests/functional/ext/comparetozero/compare_to_zero_extension.rc b/tests/functional/ext/comparetozero/comparetozero.rc similarity index 100% rename from tests/functional/ext/comparetozero/compare_to_zero_extension.rc rename to tests/functional/ext/comparetozero/comparetozero.rc diff --git a/tests/functional/ext/comparetozero/compare_to_zero_extension.txt b/tests/functional/ext/comparetozero/comparetozero.txt similarity index 100% rename from tests/functional/ext/comparetozero/compare_to_zero_extension.txt rename to tests/functional/ext/comparetozero/comparetozero.txt diff --git a/tests/functional/ext/docstyle/docstyle_extension.py b/tests/functional/ext/docstyle/docstyle.py similarity index 100% rename from tests/functional/ext/docstyle/docstyle_extension.py rename to tests/functional/ext/docstyle/docstyle.py diff --git a/tests/functional/ext/docstyle/docstyle_extension.rc b/tests/functional/ext/docstyle/docstyle.rc similarity index 100% rename from tests/functional/ext/docstyle/docstyle_extension.rc rename to tests/functional/ext/docstyle/docstyle.rc diff --git a/tests/functional/ext/docstyle/docstyle_extension.txt b/tests/functional/ext/docstyle/docstyle.txt similarity index 100% rename from tests/functional/ext/docstyle/docstyle_extension.txt rename to tests/functional/ext/docstyle/docstyle.txt diff --git a/tests/functional/ext/redefined_variable_type/redefined_variable_type.txt b/tests/functional/ext/redefined_variable_type/redefined_variable_type.txt index a0205c7aac..e2d52aed74 100644 --- a/tests/functional/ext/redefined_variable_type/redefined_variable_type.txt +++ b/tests/functional/ext/redefined_variable_type/redefined_variable_type.txt @@ -3,7 +3,7 @@ redefined-variable-type:21:8:MyClass.__init__:Redefinition of a_str type from bo redefined-variable-type:33:12:MyClass.some_method.func:Redefinition of var type from int to str:HIGH redefined-variable-type:37:8:MyClass.some_method:Redefinition of myint type from int to bool:HIGH redefined-variable-type:39:0::Redefinition of _OK type from bool to str:HIGH -redefined-variable-type:49:4:other_function:Redefinition of instance type from functional.r.redefined_variable_type.MyClass to bool:HIGH +redefined-variable-type:49:4:other_function:Redefinition of instance type from redefined_variable_type.MyClass to bool:HIGH redefined-variable-type:51:0::Redefinition of SOME_FLOAT type from float to int:HIGH redefined-variable-type:71:8:func2:Redefinition of var3 type from str to int:HIGH redefined-variable-type:75:4:func2:Redefinition of var type from bool to int:HIGH diff --git a/tests/functional/ext/set_membership/set_membership_use_set_membership.py b/tests/functional/ext/set_membership/use_set_membership.py similarity index 100% rename from tests/functional/ext/set_membership/set_membership_use_set_membership.py rename to tests/functional/ext/set_membership/use_set_membership.py diff --git a/tests/functional/ext/set_membership/set_membership_use_set_membership.rc b/tests/functional/ext/set_membership/use_set_membership.rc similarity index 100% rename from tests/functional/ext/set_membership/set_membership_use_set_membership.rc rename to tests/functional/ext/set_membership/use_set_membership.rc diff --git a/tests/functional/ext/set_membership/set_membership_use_set_membership.txt b/tests/functional/ext/set_membership/use_set_membership.txt similarity index 100% rename from tests/functional/ext/set_membership/set_membership_use_set_membership.txt rename to tests/functional/ext/set_membership/use_set_membership.txt diff --git a/tests/functional/ext/typing/typing_consider_using_alias.py b/tests/functional/ext/typing/consider_using_alias.py similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_alias.py rename to tests/functional/ext/typing/consider_using_alias.py diff --git a/tests/functional/ext/typing/typing_consider_using_alias.rc b/tests/functional/ext/typing/consider_using_alias.rc similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_alias.rc rename to tests/functional/ext/typing/consider_using_alias.rc diff --git a/tests/functional/ext/typing/typing_consider_using_alias.txt b/tests/functional/ext/typing/consider_using_alias.txt similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_alias.txt rename to tests/functional/ext/typing/consider_using_alias.txt diff --git a/tests/functional/ext/typing/typing_consider_using_alias_without_future.py b/tests/functional/ext/typing/consider_using_alias_without_future.py similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_alias_without_future.py rename to tests/functional/ext/typing/consider_using_alias_without_future.py diff --git a/tests/functional/ext/typing/typing_consider_using_alias_without_future.rc b/tests/functional/ext/typing/consider_using_alias_without_future.rc similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_alias_without_future.rc rename to tests/functional/ext/typing/consider_using_alias_without_future.rc diff --git a/tests/functional/ext/typing/typing_consider_using_alias_without_future.txt b/tests/functional/ext/typing/consider_using_alias_without_future.txt similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_alias_without_future.txt rename to tests/functional/ext/typing/consider_using_alias_without_future.txt diff --git a/tests/functional/ext/typing/typing_consider_using_union.py b/tests/functional/ext/typing/consider_using_union.py similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union.py rename to tests/functional/ext/typing/consider_using_union.py diff --git a/tests/functional/ext/typing/typing_consider_using_union.rc b/tests/functional/ext/typing/consider_using_union.rc similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union.rc rename to tests/functional/ext/typing/consider_using_union.rc diff --git a/tests/functional/ext/typing/typing_consider_using_union.txt b/tests/functional/ext/typing/consider_using_union.txt similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union.txt rename to tests/functional/ext/typing/consider_using_union.txt diff --git a/tests/functional/ext/typing/typing_consider_using_union_py310.py b/tests/functional/ext/typing/consider_using_union_py310.py similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union_py310.py rename to tests/functional/ext/typing/consider_using_union_py310.py diff --git a/tests/functional/ext/typing/typing_consider_using_union_py310.rc b/tests/functional/ext/typing/consider_using_union_py310.rc similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union_py310.rc rename to tests/functional/ext/typing/consider_using_union_py310.rc diff --git a/tests/functional/ext/typing/typing_consider_using_union_py310.txt b/tests/functional/ext/typing/consider_using_union_py310.txt similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union_py310.txt rename to tests/functional/ext/typing/consider_using_union_py310.txt diff --git a/tests/functional/ext/typing/typing_consider_using_union_without_future.py b/tests/functional/ext/typing/consider_using_union_without_future.py similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union_without_future.py rename to tests/functional/ext/typing/consider_using_union_without_future.py diff --git a/tests/functional/ext/typing/typing_consider_using_union_without_future.rc b/tests/functional/ext/typing/consider_using_union_without_future.rc similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union_without_future.rc rename to tests/functional/ext/typing/consider_using_union_without_future.rc diff --git a/tests/functional/ext/typing/typing_consider_using_union_without_future.txt b/tests/functional/ext/typing/consider_using_union_without_future.txt similarity index 100% rename from tests/functional/ext/typing/typing_consider_using_union_without_future.txt rename to tests/functional/ext/typing/consider_using_union_without_future.txt diff --git a/tests/functional/ext/typing/typing_deprecated_alias.py b/tests/functional/ext/typing/deprecated_alias.py similarity index 100% rename from tests/functional/ext/typing/typing_deprecated_alias.py rename to tests/functional/ext/typing/deprecated_alias.py diff --git a/tests/functional/ext/typing/typing_deprecated_alias.rc b/tests/functional/ext/typing/deprecated_alias.rc similarity index 100% rename from tests/functional/ext/typing/typing_deprecated_alias.rc rename to tests/functional/ext/typing/deprecated_alias.rc diff --git a/tests/functional/ext/typing/typing_deprecated_alias.txt b/tests/functional/ext/typing/deprecated_alias.txt similarity index 100% rename from tests/functional/ext/typing/typing_deprecated_alias.txt rename to tests/functional/ext/typing/deprecated_alias.txt