summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-23 09:36:10 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-23 09:50:24 +0100
commit2c687133e4fcdd73ae3afa2e79be2160b150bb82 (patch)
tree9be476708ff00c698e057283005d83c7f7eb9b34
parent8ef3440e51f4391b106ff84b60d07aed69f9dce3 (diff)
downloadpylint-git-2c687133e4fcdd73ae3afa2e79be2160b150bb82.tar.gz
Consistency in functional tests for extension's name
-rw-r--r--tests/functional/ext/check_elif/check_elif.py (renamed from tests/functional/ext/check_elif/elif_checker.py)0
-rw-r--r--tests/functional/ext/check_elif/check_elif.rc (renamed from tests/functional/ext/check_elif/elif_checker.rc)0
-rw-r--r--tests/functional/ext/check_elif/check_elif.txt (renamed from tests/functional/ext/check_elif/elif_checker.txt)0
-rw-r--r--tests/functional/ext/comparetozero/comparetozero.py (renamed from tests/functional/ext/comparetozero/compare_to_zero_extension.py)0
-rw-r--r--tests/functional/ext/comparetozero/comparetozero.rc (renamed from tests/functional/ext/comparetozero/compare_to_zero_extension.rc)0
-rw-r--r--tests/functional/ext/comparetozero/comparetozero.txt (renamed from tests/functional/ext/comparetozero/compare_to_zero_extension.txt)0
-rw-r--r--tests/functional/ext/docstyle/docstyle.py (renamed from tests/functional/ext/docstyle/docstyle_extension.py)0
-rw-r--r--tests/functional/ext/docstyle/docstyle.rc (renamed from tests/functional/ext/docstyle/docstyle_extension.rc)0
-rw-r--r--tests/functional/ext/docstyle/docstyle.txt (renamed from tests/functional/ext/docstyle/docstyle_extension.txt)0
-rw-r--r--tests/functional/ext/redefined_variable_type/redefined_variable_type.txt2
-rw-r--r--tests/functional/ext/set_membership/use_set_membership.py (renamed from tests/functional/ext/set_membership/set_membership_use_set_membership.py)0
-rw-r--r--tests/functional/ext/set_membership/use_set_membership.rc (renamed from tests/functional/ext/set_membership/set_membership_use_set_membership.rc)0
-rw-r--r--tests/functional/ext/set_membership/use_set_membership.txt (renamed from tests/functional/ext/set_membership/set_membership_use_set_membership.txt)0
-rw-r--r--tests/functional/ext/typing/consider_using_alias.py (renamed from tests/functional/ext/typing/typing_consider_using_alias.py)0
-rw-r--r--tests/functional/ext/typing/consider_using_alias.rc (renamed from tests/functional/ext/typing/typing_consider_using_alias.rc)0
-rw-r--r--tests/functional/ext/typing/consider_using_alias.txt (renamed from tests/functional/ext/typing/typing_consider_using_alias.txt)0
-rw-r--r--tests/functional/ext/typing/consider_using_alias_without_future.py (renamed from tests/functional/ext/typing/typing_consider_using_alias_without_future.py)0
-rw-r--r--tests/functional/ext/typing/consider_using_alias_without_future.rc (renamed from tests/functional/ext/typing/typing_consider_using_alias_without_future.rc)0
-rw-r--r--tests/functional/ext/typing/consider_using_alias_without_future.txt (renamed from tests/functional/ext/typing/typing_consider_using_alias_without_future.txt)0
-rw-r--r--tests/functional/ext/typing/consider_using_union.py (renamed from tests/functional/ext/typing/typing_consider_using_union.py)0
-rw-r--r--tests/functional/ext/typing/consider_using_union.rc (renamed from tests/functional/ext/typing/typing_consider_using_union.rc)0
-rw-r--r--tests/functional/ext/typing/consider_using_union.txt (renamed from tests/functional/ext/typing/typing_consider_using_union.txt)0
-rw-r--r--tests/functional/ext/typing/consider_using_union_py310.py (renamed from tests/functional/ext/typing/typing_consider_using_union_py310.py)0
-rw-r--r--tests/functional/ext/typing/consider_using_union_py310.rc (renamed from tests/functional/ext/typing/typing_consider_using_union_py310.rc)0
-rw-r--r--tests/functional/ext/typing/consider_using_union_py310.txt (renamed from tests/functional/ext/typing/typing_consider_using_union_py310.txt)0
-rw-r--r--tests/functional/ext/typing/consider_using_union_without_future.py (renamed from tests/functional/ext/typing/typing_consider_using_union_without_future.py)0
-rw-r--r--tests/functional/ext/typing/consider_using_union_without_future.rc (renamed from tests/functional/ext/typing/typing_consider_using_union_without_future.rc)0
-rw-r--r--tests/functional/ext/typing/consider_using_union_without_future.txt (renamed from tests/functional/ext/typing/typing_consider_using_union_without_future.txt)0
-rw-r--r--tests/functional/ext/typing/deprecated_alias.py (renamed from tests/functional/ext/typing/typing_deprecated_alias.py)0
-rw-r--r--tests/functional/ext/typing/deprecated_alias.rc (renamed from tests/functional/ext/typing/typing_deprecated_alias.rc)0
-rw-r--r--tests/functional/ext/typing/deprecated_alias.txt (renamed from tests/functional/ext/typing/typing_deprecated_alias.txt)0
31 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/ext/check_elif/elif_checker.py b/tests/functional/ext/check_elif/check_elif.py
index b9722f349..b9722f349 100644
--- a/tests/functional/ext/check_elif/elif_checker.py
+++ b/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
index b9b1de49d..b9b1de49d 100644
--- a/tests/functional/ext/check_elif/elif_checker.rc
+++ b/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
index 43d1e3b1e..43d1e3b1e 100644
--- a/tests/functional/ext/check_elif/elif_checker.txt
+++ b/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
index 29fd13994..29fd13994 100644
--- a/tests/functional/ext/comparetozero/compare_to_zero_extension.py
+++ b/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
index e9b836539..e9b836539 100644
--- a/tests/functional/ext/comparetozero/compare_to_zero_extension.rc
+++ b/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
index c5862e1b7..c5862e1b7 100644
--- a/tests/functional/ext/comparetozero/compare_to_zero_extension.txt
+++ b/tests/functional/ext/comparetozero/comparetozero.txt
diff --git a/tests/functional/ext/docstyle/docstyle_extension.py b/tests/functional/ext/docstyle/docstyle.py
index a5b6161b0..a5b6161b0 100644
--- a/tests/functional/ext/docstyle/docstyle_extension.py
+++ b/tests/functional/ext/docstyle/docstyle.py
diff --git a/tests/functional/ext/docstyle/docstyle_extension.rc b/tests/functional/ext/docstyle/docstyle.rc
index 5128289ff..5128289ff 100644
--- a/tests/functional/ext/docstyle/docstyle_extension.rc
+++ b/tests/functional/ext/docstyle/docstyle.rc
diff --git a/tests/functional/ext/docstyle/docstyle_extension.txt b/tests/functional/ext/docstyle/docstyle.txt
index 8a30eedee..8a30eedee 100644
--- a/tests/functional/ext/docstyle/docstyle_extension.txt
+++ b/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 a0205c7aa..e2d52aed7 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
index 50e07f4dd..50e07f4dd 100644
--- a/tests/functional/ext/set_membership/set_membership_use_set_membership.py
+++ b/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
index 688dcbc31..688dcbc31 100644
--- a/tests/functional/ext/set_membership/set_membership_use_set_membership.rc
+++ b/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
index b2adb9ecd..b2adb9ecd 100644
--- a/tests/functional/ext/set_membership/set_membership_use_set_membership.txt
+++ b/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
index 3d4037fdf..3d4037fdf 100644
--- a/tests/functional/ext/typing/typing_consider_using_alias.py
+++ b/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
index f77f58ef4..f77f58ef4 100644
--- a/tests/functional/ext/typing/typing_consider_using_alias.rc
+++ b/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
index e3deddf7e..e3deddf7e 100644
--- a/tests/functional/ext/typing/typing_consider_using_alias.txt
+++ b/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
index bdc792186..bdc792186 100644
--- a/tests/functional/ext/typing/typing_consider_using_alias_without_future.py
+++ b/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
index f77f58ef4..f77f58ef4 100644
--- a/tests/functional/ext/typing/typing_consider_using_alias_without_future.rc
+++ b/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
index f60436dc8..f60436dc8 100644
--- a/tests/functional/ext/typing/typing_consider_using_alias_without_future.txt
+++ b/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
index 2f27b40da..2f27b40da 100644
--- a/tests/functional/ext/typing/typing_consider_using_union.py
+++ b/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
index f77f58ef4..f77f58ef4 100644
--- a/tests/functional/ext/typing/typing_consider_using_union.rc
+++ b/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
index 330a7165f..330a7165f 100644
--- a/tests/functional/ext/typing/typing_consider_using_union.txt
+++ b/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
index 1018c3670..1018c3670 100644
--- a/tests/functional/ext/typing/typing_consider_using_union_py310.py
+++ b/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
index 65b4e34fc..65b4e34fc 100644
--- a/tests/functional/ext/typing/typing_consider_using_union_py310.rc
+++ b/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
index 4402eb218..4402eb218 100644
--- a/tests/functional/ext/typing/typing_consider_using_union_py310.txt
+++ b/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
index f459d047b..f459d047b 100644
--- a/tests/functional/ext/typing/typing_consider_using_union_without_future.py
+++ b/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
index f77f58ef4..f77f58ef4 100644
--- a/tests/functional/ext/typing/typing_consider_using_union_without_future.rc
+++ b/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
index c43cbc3ce..c43cbc3ce 100644
--- a/tests/functional/ext/typing/typing_consider_using_union_without_future.txt
+++ b/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
index 5b84319dd..5b84319dd 100644
--- a/tests/functional/ext/typing/typing_deprecated_alias.py
+++ b/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
index abd4136bb..abd4136bb 100644
--- a/tests/functional/ext/typing/typing_deprecated_alias.rc
+++ b/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
index 3da7cfefe..3da7cfefe 100644
--- a/tests/functional/ext/typing/typing_deprecated_alias.txt
+++ b/tests/functional/ext/typing/deprecated_alias.txt