summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-23 09:16:15 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-23 09:50:24 +0100
commit8ef3440e51f4391b106ff84b60d07aed69f9dce3 (patch)
tree384fc69b5d6a59b858ffcf658db7465184913a01
parent72d3525b058d264bdef1a7f3276b12e4a64162e6 (diff)
downloadpylint-git-8ef3440e51f4391b106ff84b60d07aed69f9dce3.tar.gz
Move the functional tests for extension in 'tests/functional/ext'
-rw-r--r--tests/functional/ext/bad_builtin/bad_builtin_extension.py (renamed from tests/functional/b/bad_builtin_extension.py)0
-rw-r--r--tests/functional/ext/bad_builtin/bad_builtin_extension.rc (renamed from tests/functional/b/bad_builtin_extension.rc)0
-rw-r--r--tests/functional/ext/bad_builtin/bad_builtin_extension.txt (renamed from tests/functional/b/bad_builtin_extension.txt)0
-rw-r--r--tests/functional/ext/bad_builtin/bad_builtins.py (renamed from tests/functional/ext/bad_builtins.py)0
-rw-r--r--tests/functional/ext/bad_builtin/bad_builtins.rc (renamed from tests/functional/ext/bad_builtins.rc)0
-rw-r--r--tests/functional/ext/bad_builtin/bad_builtins.txt (renamed from tests/functional/ext/bad_builtins.txt)0
-rw-r--r--tests/functional/ext/broad_try_clause/broad_try_clause_extension.py (renamed from tests/functional/b/broad_try_clause_extension.py)0
-rw-r--r--tests/functional/ext/broad_try_clause/broad_try_clause_extension.rc (renamed from tests/functional/b/broad_try_clause_extension.rc)0
-rw-r--r--tests/functional/ext/broad_try_clause/broad_try_clause_extension.txt (renamed from tests/functional/b/broad_try_clause_extension.txt)0
-rw-r--r--tests/functional/ext/check_elif/elif_checker.py (renamed from tests/functional/e/elif_checker.py)0
-rw-r--r--tests/functional/ext/check_elif/elif_checker.rc (renamed from tests/functional/e/elif_checker.rc)0
-rw-r--r--tests/functional/ext/check_elif/elif_checker.txt (renamed from tests/functional/e/elif_checker.txt)0
-rw-r--r--tests/functional/ext/code_style/consider_using_assignment_expr.py (renamed from tests/functional/ext/code_style/code_style_consider_using_assignment_expr.py)0
-rw-r--r--tests/functional/ext/code_style/consider_using_assignment_expr.rc (renamed from tests/functional/ext/code_style/code_style_consider_using_assignment_expr.rc)0
-rw-r--r--tests/functional/ext/code_style/consider_using_assignment_expr.txt (renamed from tests/functional/ext/code_style/code_style_consider_using_assignment_expr.txt)0
-rw-r--r--tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.py (renamed from tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.py)0
-rw-r--r--tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.rc (renamed from tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.rc)0
-rw-r--r--tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.txt (renamed from tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.txt)0
-rw-r--r--tests/functional/ext/code_style/consider_using_tuple.py (renamed from tests/functional/ext/code_style/code_style_consider_using_tuple.py)0
-rw-r--r--tests/functional/ext/code_style/consider_using_tuple.rc (renamed from tests/functional/ext/code_style/code_style_consider_using_tuple.rc)0
-rw-r--r--tests/functional/ext/code_style/consider_using_tuple.txt (renamed from tests/functional/ext/code_style/code_style_consider_using_tuple.txt)0
-rw-r--r--tests/functional/ext/code_style/py_version_35.py (renamed from tests/functional/p/py_version/py_version_35.py)0
-rw-r--r--tests/functional/ext/code_style/py_version_35.rc (renamed from tests/functional/p/py_version/py_version_35.rc)0
-rw-r--r--tests/functional/ext/comparetozero/compare_to_zero_extension.py (renamed from tests/functional/c/compare_to_zero_extension.py)0
-rw-r--r--tests/functional/ext/comparetozero/compare_to_zero_extension.rc (renamed from tests/functional/c/compare_to_zero_extension.rc)0
-rw-r--r--tests/functional/ext/comparetozero/compare_to_zero_extension.txt (renamed from tests/functional/c/compare_to_zero_extension.txt)0
-rw-r--r--tests/functional/ext/comparison_placement/misplaced_comparison_constant.py (renamed from tests/functional/m/misplaced_comparison_constant.py)0
-rw-r--r--tests/functional/ext/comparison_placement/misplaced_comparison_constant.rc2
-rw-r--r--tests/functional/ext/comparison_placement/misplaced_comparison_constant.txt (renamed from tests/functional/m/misplaced_comparison_constant.txt)0
-rw-r--r--tests/functional/ext/confusing_elif/confusing_elif.py (renamed from tests/functional/ext/confusing_elif.py)0
-rw-r--r--tests/functional/ext/confusing_elif/confusing_elif.rc (renamed from tests/functional/ext/confusing_elif.rc)0
-rw-r--r--tests/functional/ext/confusing_elif/confusing_elif.txt (renamed from tests/functional/ext/confusing_elif.txt)0
-rw-r--r--tests/functional/ext/consider_ternary_expression/consider_ternary_expression.py (renamed from tests/functional/ext/consider_ternary_expression.py)0
-rw-r--r--tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc (renamed from tests/functional/ext/consider_ternary_expression.rc)0
-rw-r--r--tests/functional/ext/consider_ternary_expression/consider_ternary_expression.txt (renamed from tests/functional/ext/consider_ternary_expression.txt)0
-rw-r--r--tests/functional/ext/docparams/docparams.py (renamed from tests/functional/ext/docparams.py)0
-rw-r--r--tests/functional/ext/docparams/docparams.rc (renamed from tests/functional/ext/docparams.rc)0
-rw-r--r--tests/functional/ext/docparams/docparams.txt (renamed from tests/functional/ext/docparams.txt)0
-rw-r--r--tests/functional/ext/docparams/missing_param_doc.py (renamed from tests/functional/m/missing/missing_param_doc.py)0
-rw-r--r--tests/functional/ext/docparams/missing_param_doc.rc (renamed from tests/functional/m/missing/missing_param_doc.rc)0
-rw-r--r--tests/functional/ext/docparams/missing_param_doc.txt (renamed from tests/functional/m/missing/missing_param_doc.txt)0
-rw-r--r--tests/functional/ext/docparams/useless_type_doc.py (renamed from tests/functional/u/useless/useless_type_doc.py)0
-rw-r--r--tests/functional/ext/docparams/useless_type_doc.rc (renamed from tests/functional/u/useless/useless_type_doc.rc)0
-rw-r--r--tests/functional/ext/docparams/useless_type_doc.txt (renamed from tests/functional/u/useless/useless_type_doc.txt)0
-rw-r--r--tests/functional/ext/docstyle/docstyle_extension.py (renamed from tests/functional/d/docstyle_extension.py)0
-rw-r--r--tests/functional/ext/docstyle/docstyle_extension.rc (renamed from tests/functional/d/docstyle_extension.rc)0
-rw-r--r--tests/functional/ext/docstyle/docstyle_extension.txt (renamed from tests/functional/d/docstyle_extension.txt)0
-rw-r--r--tests/functional/ext/empty_comment/empty_comment.py (renamed from tests/functional/e/empty_comment.py)0
-rw-r--r--tests/functional/ext/empty_comment/empty_comment.rc (renamed from tests/functional/e/empty_comment.rc)0
-rw-r--r--tests/functional/ext/empty_comment/empty_comment.txt (renamed from tests/functional/e/empty_comment.txt)0
-rw-r--r--tests/functional/ext/emptystring/empty_string_comparison.py (renamed from tests/functional/e/empty_string_comparison.py)0
-rw-r--r--tests/functional/ext/emptystring/empty_string_comparison.rc (renamed from tests/functional/e/empty_string_comparison.rc)0
-rw-r--r--tests/functional/ext/emptystring/empty_string_comparison.txt (renamed from tests/functional/e/empty_string_comparison.txt)0
-rw-r--r--tests/functional/ext/for_any_all/for_any_all.py (renamed from tests/functional/ext/for_any_all.py)0
-rw-r--r--tests/functional/ext/for_any_all/for_any_all.rc (renamed from tests/functional/ext/for_any_all.rc)0
-rw-r--r--tests/functional/ext/for_any_all/for_any_all.txt (renamed from tests/functional/ext/for_any_all.txt)0
-rw-r--r--tests/functional/ext/mccabe/mccabe.py (renamed from tests/functional/m/mccabe.py)0
-rw-r--r--tests/functional/ext/mccabe/mccabe.rc (renamed from tests/functional/m/mccabe.rc)0
-rw-r--r--tests/functional/ext/mccabe/mccabe.txt (renamed from tests/functional/m/mccabe.txt)0
-rw-r--r--tests/functional/ext/overlapping_exceptions/overlapping_exceptions.py (renamed from tests/functional/o/overlapping_exceptions.py)0
-rw-r--r--tests/functional/ext/overlapping_exceptions/overlapping_exceptions.rc (renamed from tests/functional/o/overlapping_exceptions.rc)0
-rw-r--r--tests/functional/ext/overlapping_exceptions/overlapping_exceptions.txt (renamed from tests/functional/o/overlapping_exceptions.txt)0
-rw-r--r--tests/functional/ext/plugin_does_not_exists.py (renamed from tests/functional/p/plugin_does_not_exists.py)0
-rw-r--r--tests/functional/ext/plugin_does_not_exists.rc (renamed from tests/functional/p/plugin_does_not_exists.rc)0
-rw-r--r--tests/functional/ext/plugin_does_not_exists.txt (renamed from tests/functional/p/plugin_does_not_exists.txt)0
-rw-r--r--tests/functional/ext/redefined_variable_type/redefined_variable_type.py (renamed from tests/functional/r/redefined_variable_type.py)0
-rw-r--r--tests/functional/ext/redefined_variable_type/redefined_variable_type.rc (renamed from tests/functional/r/redefined_variable_type.rc)0
-rw-r--r--tests/functional/ext/redefined_variable_type/redefined_variable_type.txt (renamed from tests/functional/r/redefined_variable_type.txt)0
-rw-r--r--tests/functional/ext/while_used/while_used.py (renamed from tests/functional/ext/while_used.py)0
-rw-r--r--tests/functional/ext/while_used/while_used.rc (renamed from tests/functional/ext/while_used.rc)0
-rw-r--r--tests/functional/ext/while_used/while_used.txt (renamed from tests/functional/ext/while_used.txt)0
-rw-r--r--tests/functional/m/misplaced_comparison_constant.rc3
72 files changed, 2 insertions, 3 deletions
diff --git a/tests/functional/b/bad_builtin_extension.py b/tests/functional/ext/bad_builtin/bad_builtin_extension.py
index fd3e5c054..fd3e5c054 100644
--- a/tests/functional/b/bad_builtin_extension.py
+++ b/tests/functional/ext/bad_builtin/bad_builtin_extension.py
diff --git a/tests/functional/b/bad_builtin_extension.rc b/tests/functional/ext/bad_builtin/bad_builtin_extension.rc
index de9b4244a..de9b4244a 100644
--- a/tests/functional/b/bad_builtin_extension.rc
+++ b/tests/functional/ext/bad_builtin/bad_builtin_extension.rc
diff --git a/tests/functional/b/bad_builtin_extension.txt b/tests/functional/ext/bad_builtin/bad_builtin_extension.txt
index e074657b2..e074657b2 100644
--- a/tests/functional/b/bad_builtin_extension.txt
+++ b/tests/functional/ext/bad_builtin/bad_builtin_extension.txt
diff --git a/tests/functional/ext/bad_builtins.py b/tests/functional/ext/bad_builtin/bad_builtins.py
index 9737e0ffc..9737e0ffc 100644
--- a/tests/functional/ext/bad_builtins.py
+++ b/tests/functional/ext/bad_builtin/bad_builtins.py
diff --git a/tests/functional/ext/bad_builtins.rc b/tests/functional/ext/bad_builtin/bad_builtins.rc
index e32b9f32c..e32b9f32c 100644
--- a/tests/functional/ext/bad_builtins.rc
+++ b/tests/functional/ext/bad_builtin/bad_builtins.rc
diff --git a/tests/functional/ext/bad_builtins.txt b/tests/functional/ext/bad_builtin/bad_builtins.txt
index 093b1d1e5..093b1d1e5 100644
--- a/tests/functional/ext/bad_builtins.txt
+++ b/tests/functional/ext/bad_builtin/bad_builtins.txt
diff --git a/tests/functional/b/broad_try_clause_extension.py b/tests/functional/ext/broad_try_clause/broad_try_clause_extension.py
index 6fc85c6b2..6fc85c6b2 100644
--- a/tests/functional/b/broad_try_clause_extension.py
+++ b/tests/functional/ext/broad_try_clause/broad_try_clause_extension.py
diff --git a/tests/functional/b/broad_try_clause_extension.rc b/tests/functional/ext/broad_try_clause/broad_try_clause_extension.rc
index 1737783e0..1737783e0 100644
--- a/tests/functional/b/broad_try_clause_extension.rc
+++ b/tests/functional/ext/broad_try_clause/broad_try_clause_extension.rc
diff --git a/tests/functional/b/broad_try_clause_extension.txt b/tests/functional/ext/broad_try_clause/broad_try_clause_extension.txt
index 8f97f9b24..8f97f9b24 100644
--- a/tests/functional/b/broad_try_clause_extension.txt
+++ b/tests/functional/ext/broad_try_clause/broad_try_clause_extension.txt
diff --git a/tests/functional/e/elif_checker.py b/tests/functional/ext/check_elif/elif_checker.py
index b9722f349..b9722f349 100644
--- a/tests/functional/e/elif_checker.py
+++ b/tests/functional/ext/check_elif/elif_checker.py
diff --git a/tests/functional/e/elif_checker.rc b/tests/functional/ext/check_elif/elif_checker.rc
index b9b1de49d..b9b1de49d 100644
--- a/tests/functional/e/elif_checker.rc
+++ b/tests/functional/ext/check_elif/elif_checker.rc
diff --git a/tests/functional/e/elif_checker.txt b/tests/functional/ext/check_elif/elif_checker.txt
index 43d1e3b1e..43d1e3b1e 100644
--- a/tests/functional/e/elif_checker.txt
+++ b/tests/functional/ext/check_elif/elif_checker.txt
diff --git a/tests/functional/ext/code_style/code_style_consider_using_assignment_expr.py b/tests/functional/ext/code_style/consider_using_assignment_expr.py
index 4f9a83700..4f9a83700 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_assignment_expr.py
+++ b/tests/functional/ext/code_style/consider_using_assignment_expr.py
diff --git a/tests/functional/ext/code_style/code_style_consider_using_assignment_expr.rc b/tests/functional/ext/code_style/consider_using_assignment_expr.rc
index 2a659c07d..2a659c07d 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_assignment_expr.rc
+++ b/tests/functional/ext/code_style/consider_using_assignment_expr.rc
diff --git a/tests/functional/ext/code_style/code_style_consider_using_assignment_expr.txt b/tests/functional/ext/code_style/consider_using_assignment_expr.txt
index 64179ba72..64179ba72 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_assignment_expr.txt
+++ b/tests/functional/ext/code_style/consider_using_assignment_expr.txt
diff --git a/tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.py b/tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.py
index 627de7684..627de7684 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.py
+++ b/tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.py
diff --git a/tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.rc b/tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.rc
index 47767a206..47767a206 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.rc
+++ b/tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.rc
diff --git a/tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.txt b/tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.txt
index 6c471db96..6c471db96 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_namedtuple_or_dataclass.txt
+++ b/tests/functional/ext/code_style/consider_using_namedtuple_or_dataclass.txt
diff --git a/tests/functional/ext/code_style/code_style_consider_using_tuple.py b/tests/functional/ext/code_style/consider_using_tuple.py
index d24396079..d24396079 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_tuple.py
+++ b/tests/functional/ext/code_style/consider_using_tuple.py
diff --git a/tests/functional/ext/code_style/code_style_consider_using_tuple.rc b/tests/functional/ext/code_style/consider_using_tuple.rc
index 47767a206..47767a206 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_tuple.rc
+++ b/tests/functional/ext/code_style/consider_using_tuple.rc
diff --git a/tests/functional/ext/code_style/code_style_consider_using_tuple.txt b/tests/functional/ext/code_style/consider_using_tuple.txt
index 167c8c037..167c8c037 100644
--- a/tests/functional/ext/code_style/code_style_consider_using_tuple.txt
+++ b/tests/functional/ext/code_style/consider_using_tuple.txt
diff --git a/tests/functional/p/py_version/py_version_35.py b/tests/functional/ext/code_style/py_version_35.py
index ee880c54a..ee880c54a 100644
--- a/tests/functional/p/py_version/py_version_35.py
+++ b/tests/functional/ext/code_style/py_version_35.py
diff --git a/tests/functional/p/py_version/py_version_35.rc b/tests/functional/ext/code_style/py_version_35.rc
index 6f19ec36a..6f19ec36a 100644
--- a/tests/functional/p/py_version/py_version_35.rc
+++ b/tests/functional/ext/code_style/py_version_35.rc
diff --git a/tests/functional/c/compare_to_zero_extension.py b/tests/functional/ext/comparetozero/compare_to_zero_extension.py
index 29fd13994..29fd13994 100644
--- a/tests/functional/c/compare_to_zero_extension.py
+++ b/tests/functional/ext/comparetozero/compare_to_zero_extension.py
diff --git a/tests/functional/c/compare_to_zero_extension.rc b/tests/functional/ext/comparetozero/compare_to_zero_extension.rc
index e9b836539..e9b836539 100644
--- a/tests/functional/c/compare_to_zero_extension.rc
+++ b/tests/functional/ext/comparetozero/compare_to_zero_extension.rc
diff --git a/tests/functional/c/compare_to_zero_extension.txt b/tests/functional/ext/comparetozero/compare_to_zero_extension.txt
index c5862e1b7..c5862e1b7 100644
--- a/tests/functional/c/compare_to_zero_extension.txt
+++ b/tests/functional/ext/comparetozero/compare_to_zero_extension.txt
diff --git a/tests/functional/m/misplaced_comparison_constant.py b/tests/functional/ext/comparison_placement/misplaced_comparison_constant.py
index 0162187bf..0162187bf 100644
--- a/tests/functional/m/misplaced_comparison_constant.py
+++ b/tests/functional/ext/comparison_placement/misplaced_comparison_constant.py
diff --git a/tests/functional/ext/comparison_placement/misplaced_comparison_constant.rc b/tests/functional/ext/comparison_placement/misplaced_comparison_constant.rc
new file mode 100644
index 000000000..a8df8ab8b
--- /dev/null
+++ b/tests/functional/ext/comparison_placement/misplaced_comparison_constant.rc
@@ -0,0 +1,2 @@
+[MASTER]
+load-plugins=pylint.extensions.comparison_placement,
diff --git a/tests/functional/m/misplaced_comparison_constant.txt b/tests/functional/ext/comparison_placement/misplaced_comparison_constant.txt
index b517b499e..b517b499e 100644
--- a/tests/functional/m/misplaced_comparison_constant.txt
+++ b/tests/functional/ext/comparison_placement/misplaced_comparison_constant.txt
diff --git a/tests/functional/ext/confusing_elif.py b/tests/functional/ext/confusing_elif/confusing_elif.py
index 9f1d1ffe9..9f1d1ffe9 100644
--- a/tests/functional/ext/confusing_elif.py
+++ b/tests/functional/ext/confusing_elif/confusing_elif.py
diff --git a/tests/functional/ext/confusing_elif.rc b/tests/functional/ext/confusing_elif/confusing_elif.rc
index 6a11b2c09..6a11b2c09 100644
--- a/tests/functional/ext/confusing_elif.rc
+++ b/tests/functional/ext/confusing_elif/confusing_elif.rc
diff --git a/tests/functional/ext/confusing_elif.txt b/tests/functional/ext/confusing_elif/confusing_elif.txt
index 55cc0d13f..55cc0d13f 100644
--- a/tests/functional/ext/confusing_elif.txt
+++ b/tests/functional/ext/confusing_elif/confusing_elif.txt
diff --git a/tests/functional/ext/consider_ternary_expression.py b/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.py
index 5ed5eaac4..5ed5eaac4 100644
--- a/tests/functional/ext/consider_ternary_expression.py
+++ b/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.py
diff --git a/tests/functional/ext/consider_ternary_expression.rc b/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc
index 39b1d7975..39b1d7975 100644
--- a/tests/functional/ext/consider_ternary_expression.rc
+++ b/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc
diff --git a/tests/functional/ext/consider_ternary_expression.txt b/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.txt
index 08e51e61d..08e51e61d 100644
--- a/tests/functional/ext/consider_ternary_expression.txt
+++ b/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.txt
diff --git a/tests/functional/ext/docparams.py b/tests/functional/ext/docparams/docparams.py
index 8dbb0295a..8dbb0295a 100644
--- a/tests/functional/ext/docparams.py
+++ b/tests/functional/ext/docparams/docparams.py
diff --git a/tests/functional/ext/docparams.rc b/tests/functional/ext/docparams/docparams.rc
index eda78b640..eda78b640 100644
--- a/tests/functional/ext/docparams.rc
+++ b/tests/functional/ext/docparams/docparams.rc
diff --git a/tests/functional/ext/docparams.txt b/tests/functional/ext/docparams/docparams.txt
index 7aa6631ed..7aa6631ed 100644
--- a/tests/functional/ext/docparams.txt
+++ b/tests/functional/ext/docparams/docparams.txt
diff --git a/tests/functional/m/missing/missing_param_doc.py b/tests/functional/ext/docparams/missing_param_doc.py
index 75f813578..75f813578 100644
--- a/tests/functional/m/missing/missing_param_doc.py
+++ b/tests/functional/ext/docparams/missing_param_doc.py
diff --git a/tests/functional/m/missing/missing_param_doc.rc b/tests/functional/ext/docparams/missing_param_doc.rc
index d4a6dc172..d4a6dc172 100644
--- a/tests/functional/m/missing/missing_param_doc.rc
+++ b/tests/functional/ext/docparams/missing_param_doc.rc
diff --git a/tests/functional/m/missing/missing_param_doc.txt b/tests/functional/ext/docparams/missing_param_doc.txt
index b03e20072..b03e20072 100644
--- a/tests/functional/m/missing/missing_param_doc.txt
+++ b/tests/functional/ext/docparams/missing_param_doc.txt
diff --git a/tests/functional/u/useless/useless_type_doc.py b/tests/functional/ext/docparams/useless_type_doc.py
index 110a7a5f5..110a7a5f5 100644
--- a/tests/functional/u/useless/useless_type_doc.py
+++ b/tests/functional/ext/docparams/useless_type_doc.py
diff --git a/tests/functional/u/useless/useless_type_doc.rc b/tests/functional/ext/docparams/useless_type_doc.rc
index d4a6dc172..d4a6dc172 100644
--- a/tests/functional/u/useless/useless_type_doc.rc
+++ b/tests/functional/ext/docparams/useless_type_doc.rc
diff --git a/tests/functional/u/useless/useless_type_doc.txt b/tests/functional/ext/docparams/useless_type_doc.txt
index 9e1963e90..9e1963e90 100644
--- a/tests/functional/u/useless/useless_type_doc.txt
+++ b/tests/functional/ext/docparams/useless_type_doc.txt
diff --git a/tests/functional/d/docstyle_extension.py b/tests/functional/ext/docstyle/docstyle_extension.py
index a5b6161b0..a5b6161b0 100644
--- a/tests/functional/d/docstyle_extension.py
+++ b/tests/functional/ext/docstyle/docstyle_extension.py
diff --git a/tests/functional/d/docstyle_extension.rc b/tests/functional/ext/docstyle/docstyle_extension.rc
index 5128289ff..5128289ff 100644
--- a/tests/functional/d/docstyle_extension.rc
+++ b/tests/functional/ext/docstyle/docstyle_extension.rc
diff --git a/tests/functional/d/docstyle_extension.txt b/tests/functional/ext/docstyle/docstyle_extension.txt
index 8a30eedee..8a30eedee 100644
--- a/tests/functional/d/docstyle_extension.txt
+++ b/tests/functional/ext/docstyle/docstyle_extension.txt
diff --git a/tests/functional/e/empty_comment.py b/tests/functional/ext/empty_comment/empty_comment.py
index 6adaa4fc1..6adaa4fc1 100644
--- a/tests/functional/e/empty_comment.py
+++ b/tests/functional/ext/empty_comment/empty_comment.py
diff --git a/tests/functional/e/empty_comment.rc b/tests/functional/ext/empty_comment/empty_comment.rc
index 1bbd021e7..1bbd021e7 100644
--- a/tests/functional/e/empty_comment.rc
+++ b/tests/functional/ext/empty_comment/empty_comment.rc
diff --git a/tests/functional/e/empty_comment.txt b/tests/functional/ext/empty_comment/empty_comment.txt
index ae4eee33e..ae4eee33e 100644
--- a/tests/functional/e/empty_comment.txt
+++ b/tests/functional/ext/empty_comment/empty_comment.txt
diff --git a/tests/functional/e/empty_string_comparison.py b/tests/functional/ext/emptystring/empty_string_comparison.py
index c6dcf8ea8..c6dcf8ea8 100644
--- a/tests/functional/e/empty_string_comparison.py
+++ b/tests/functional/ext/emptystring/empty_string_comparison.py
diff --git a/tests/functional/e/empty_string_comparison.rc b/tests/functional/ext/emptystring/empty_string_comparison.rc
index e6e3ded01..e6e3ded01 100644
--- a/tests/functional/e/empty_string_comparison.rc
+++ b/tests/functional/ext/emptystring/empty_string_comparison.rc
diff --git a/tests/functional/e/empty_string_comparison.txt b/tests/functional/ext/emptystring/empty_string_comparison.txt
index 7e31c3d25..7e31c3d25 100644
--- a/tests/functional/e/empty_string_comparison.txt
+++ b/tests/functional/ext/emptystring/empty_string_comparison.txt
diff --git a/tests/functional/ext/for_any_all.py b/tests/functional/ext/for_any_all/for_any_all.py
index 785cefebd..785cefebd 100644
--- a/tests/functional/ext/for_any_all.py
+++ b/tests/functional/ext/for_any_all/for_any_all.py
diff --git a/tests/functional/ext/for_any_all.rc b/tests/functional/ext/for_any_all/for_any_all.rc
index 41b0eaa71..41b0eaa71 100644
--- a/tests/functional/ext/for_any_all.rc
+++ b/tests/functional/ext/for_any_all/for_any_all.rc
diff --git a/tests/functional/ext/for_any_all.txt b/tests/functional/ext/for_any_all/for_any_all.txt
index da01f06fd..da01f06fd 100644
--- a/tests/functional/ext/for_any_all.txt
+++ b/tests/functional/ext/for_any_all/for_any_all.txt
diff --git a/tests/functional/m/mccabe.py b/tests/functional/ext/mccabe/mccabe.py
index b5a257b1f..b5a257b1f 100644
--- a/tests/functional/m/mccabe.py
+++ b/tests/functional/ext/mccabe/mccabe.py
diff --git a/tests/functional/m/mccabe.rc b/tests/functional/ext/mccabe/mccabe.rc
index ac96a1eb5..ac96a1eb5 100644
--- a/tests/functional/m/mccabe.rc
+++ b/tests/functional/ext/mccabe/mccabe.rc
diff --git a/tests/functional/m/mccabe.txt b/tests/functional/ext/mccabe/mccabe.txt
index 3e4a8431d..3e4a8431d 100644
--- a/tests/functional/m/mccabe.txt
+++ b/tests/functional/ext/mccabe/mccabe.txt
diff --git a/tests/functional/o/overlapping_exceptions.py b/tests/functional/ext/overlapping_exceptions/overlapping_exceptions.py
index c5eab48cc..c5eab48cc 100644
--- a/tests/functional/o/overlapping_exceptions.py
+++ b/tests/functional/ext/overlapping_exceptions/overlapping_exceptions.py
diff --git a/tests/functional/o/overlapping_exceptions.rc b/tests/functional/ext/overlapping_exceptions/overlapping_exceptions.rc
index ad49162c0..ad49162c0 100644
--- a/tests/functional/o/overlapping_exceptions.rc
+++ b/tests/functional/ext/overlapping_exceptions/overlapping_exceptions.rc
diff --git a/tests/functional/o/overlapping_exceptions.txt b/tests/functional/ext/overlapping_exceptions/overlapping_exceptions.txt
index 6669ae0f8..6669ae0f8 100644
--- a/tests/functional/o/overlapping_exceptions.txt
+++ b/tests/functional/ext/overlapping_exceptions/overlapping_exceptions.txt
diff --git a/tests/functional/p/plugin_does_not_exists.py b/tests/functional/ext/plugin_does_not_exists.py
index 8b31d2348..8b31d2348 100644
--- a/tests/functional/p/plugin_does_not_exists.py
+++ b/tests/functional/ext/plugin_does_not_exists.py
diff --git a/tests/functional/p/plugin_does_not_exists.rc b/tests/functional/ext/plugin_does_not_exists.rc
index 72e7c1af7..72e7c1af7 100644
--- a/tests/functional/p/plugin_does_not_exists.rc
+++ b/tests/functional/ext/plugin_does_not_exists.rc
diff --git a/tests/functional/p/plugin_does_not_exists.txt b/tests/functional/ext/plugin_does_not_exists.txt
index 8d5a79f24..8d5a79f24 100644
--- a/tests/functional/p/plugin_does_not_exists.txt
+++ b/tests/functional/ext/plugin_does_not_exists.txt
diff --git a/tests/functional/r/redefined_variable_type.py b/tests/functional/ext/redefined_variable_type/redefined_variable_type.py
index aa89383d9..aa89383d9 100644
--- a/tests/functional/r/redefined_variable_type.py
+++ b/tests/functional/ext/redefined_variable_type/redefined_variable_type.py
diff --git a/tests/functional/r/redefined_variable_type.rc b/tests/functional/ext/redefined_variable_type/redefined_variable_type.rc
index 8ee18a8f1..8ee18a8f1 100644
--- a/tests/functional/r/redefined_variable_type.rc
+++ b/tests/functional/ext/redefined_variable_type/redefined_variable_type.rc
diff --git a/tests/functional/r/redefined_variable_type.txt b/tests/functional/ext/redefined_variable_type/redefined_variable_type.txt
index a0205c7aa..a0205c7aa 100644
--- a/tests/functional/r/redefined_variable_type.txt
+++ b/tests/functional/ext/redefined_variable_type/redefined_variable_type.txt
diff --git a/tests/functional/ext/while_used.py b/tests/functional/ext/while_used/while_used.py
index 848da0d51..848da0d51 100644
--- a/tests/functional/ext/while_used.py
+++ b/tests/functional/ext/while_used/while_used.py
diff --git a/tests/functional/ext/while_used.rc b/tests/functional/ext/while_used/while_used.rc
index 28e1b1faf..28e1b1faf 100644
--- a/tests/functional/ext/while_used.rc
+++ b/tests/functional/ext/while_used/while_used.rc
diff --git a/tests/functional/ext/while_used.txt b/tests/functional/ext/while_used/while_used.txt
index 80ca84d56..80ca84d56 100644
--- a/tests/functional/ext/while_used.txt
+++ b/tests/functional/ext/while_used/while_used.txt
diff --git a/tests/functional/m/misplaced_comparison_constant.rc b/tests/functional/m/misplaced_comparison_constant.rc
deleted file mode 100644
index abe6b9f27..000000000
--- a/tests/functional/m/misplaced_comparison_constant.rc
+++ /dev/null
@@ -1,3 +0,0 @@
-[MASTER]
-load-plugins=
- pylint.extensions.comparison_placement,