summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2019-07-22 23:32:57 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-10 11:20:16 +0200
commit5345fe74b9ab81cabe450be767afa7629e367ca8 (patch)
treead3ef20708480c0705018cc2928d5a8ce68d826a
parent80138d4a7bb64b278011c8fc94debca0f881194b (diff)
downloadpylint-git-5345fe74b9ab81cabe450be767afa7629e367ca8.tar.gz
[functional tests] Move test starting by too to their dir
-rw-r--r--tests/functional/too/__init__.py (renamed from tests/functional/t/too_few_public_methods_37.txt)0
-rw-r--r--tests/functional/too/too_few_public_methods.py (renamed from tests/functional/t/too_few_public_methods.py)0
-rw-r--r--tests/functional/too/too_few_public_methods.txt (renamed from tests/functional/t/too_few_public_methods.txt)0
-rw-r--r--tests/functional/too/too_few_public_methods_37.py (renamed from tests/functional/t/too_few_public_methods_37.py)0
-rw-r--r--tests/functional/too/too_few_public_methods_37.rc (renamed from tests/functional/t/too_few_public_methods_37.rc)0
-rw-r--r--tests/functional/too/too_few_public_methods_37.txt (renamed from tests/functional/t/too_many_arguments_issue_1045.txt)0
-rw-r--r--tests/functional/too/too_many_ancestors.py (renamed from tests/functional/t/too_many_ancestors.py)0
-rw-r--r--tests/functional/too/too_many_ancestors.txt (renamed from tests/functional/t/too_many_ancestors.txt)0
-rw-r--r--tests/functional/too/too_many_arguments.py (renamed from tests/functional/t/too_many_arguments.py)0
-rw-r--r--tests/functional/too/too_many_arguments.txt (renamed from tests/functional/t/too_many_arguments.txt)0
-rw-r--r--tests/functional/too/too_many_arguments_issue_1045.py (renamed from tests/functional/t/too_many_arguments_issue_1045.py)0
-rw-r--r--tests/functional/too/too_many_arguments_issue_1045.rc (renamed from tests/functional/t/too_many_arguments_issue_1045.rc)0
-rw-r--r--tests/functional/too/too_many_arguments_issue_1045.txt0
-rw-r--r--tests/functional/too/too_many_boolean_expressions.py (renamed from tests/functional/t/too_many_boolean_expressions.py)0
-rw-r--r--tests/functional/too/too_many_boolean_expressions.txt (renamed from tests/functional/t/too_many_boolean_expressions.txt)0
-rw-r--r--tests/functional/too/too_many_branches.py (renamed from tests/functional/t/too_many_branches.py)0
-rw-r--r--tests/functional/too/too_many_branches.txt (renamed from tests/functional/t/too_many_branches.txt)0
-rw-r--r--tests/functional/too/too_many_instance_attributes.py (renamed from tests/functional/t/too_many_instance_attributes.py)0
-rw-r--r--tests/functional/too/too_many_instance_attributes.txt (renamed from tests/functional/t/too_many_instance_attributes.txt)0
-rw-r--r--tests/functional/too/too_many_lines.py (renamed from tests/functional/t/too_many_lines.py)0
-rw-r--r--tests/functional/too/too_many_lines.txt (renamed from tests/functional/t/too_many_lines.txt)0
-rw-r--r--tests/functional/too/too_many_lines_disabled.py (renamed from tests/functional/t/too_many_lines_disabled.py)0
-rw-r--r--tests/functional/too/too_many_locals.py (renamed from tests/functional/t/too_many_locals.py)0
-rw-r--r--tests/functional/too/too_many_locals.txt (renamed from tests/functional/t/too_many_locals.txt)0
-rw-r--r--tests/functional/too/too_many_nested_blocks.py (renamed from tests/functional/t/too_many_nested_blocks.py)0
-rw-r--r--tests/functional/too/too_many_nested_blocks.txt (renamed from tests/functional/t/too_many_nested_blocks.txt)0
-rw-r--r--tests/functional/too/too_many_public_methods.py (renamed from tests/functional/t/too_many_public_methods.py)0
-rw-r--r--tests/functional/too/too_many_public_methods.txt (renamed from tests/functional/t/too_many_public_methods.txt)0
-rw-r--r--tests/functional/too/too_many_return_statements.py (renamed from tests/functional/t/too_many_return_statements.py)0
-rw-r--r--tests/functional/too/too_many_return_statements.txt (renamed from tests/functional/t/too_many_return_statements.txt)0
-rw-r--r--tests/functional/too/too_many_star_expressions.py (renamed from tests/functional/t/too_many_star_expressions.py)0
-rw-r--r--tests/functional/too/too_many_star_expressions.rc (renamed from tests/functional/t/too_many_star_expressions.rc)0
-rw-r--r--tests/functional/too/too_many_star_expressions.txt (renamed from tests/functional/t/too_many_star_expressions.txt)0
-rw-r--r--tests/functional/too/too_many_statements.py (renamed from tests/functional/t/too_many_statements.py)0
-rw-r--r--tests/functional/too/too_many_statements.txt (renamed from tests/functional/t/too_many_statements.txt)0
35 files changed, 0 insertions, 0 deletions
diff --git a/tests/functional/t/too_few_public_methods_37.txt b/tests/functional/too/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/functional/t/too_few_public_methods_37.txt
+++ b/tests/functional/too/__init__.py
diff --git a/tests/functional/t/too_few_public_methods.py b/tests/functional/too/too_few_public_methods.py
index 0b300351c..0b300351c 100644
--- a/tests/functional/t/too_few_public_methods.py
+++ b/tests/functional/too/too_few_public_methods.py
diff --git a/tests/functional/t/too_few_public_methods.txt b/tests/functional/too/too_few_public_methods.txt
index 79362d110..79362d110 100644
--- a/tests/functional/t/too_few_public_methods.txt
+++ b/tests/functional/too/too_few_public_methods.txt
diff --git a/tests/functional/t/too_few_public_methods_37.py b/tests/functional/too/too_few_public_methods_37.py
index 0bb3a3c16..0bb3a3c16 100644
--- a/tests/functional/t/too_few_public_methods_37.py
+++ b/tests/functional/too/too_few_public_methods_37.py
diff --git a/tests/functional/t/too_few_public_methods_37.rc b/tests/functional/too/too_few_public_methods_37.rc
index 5d0572448..5d0572448 100644
--- a/tests/functional/t/too_few_public_methods_37.rc
+++ b/tests/functional/too/too_few_public_methods_37.rc
diff --git a/tests/functional/t/too_many_arguments_issue_1045.txt b/tests/functional/too/too_few_public_methods_37.txt
index e69de29bb..e69de29bb 100644
--- a/tests/functional/t/too_many_arguments_issue_1045.txt
+++ b/tests/functional/too/too_few_public_methods_37.txt
diff --git a/tests/functional/t/too_many_ancestors.py b/tests/functional/too/too_many_ancestors.py
index a0ae18a02..a0ae18a02 100644
--- a/tests/functional/t/too_many_ancestors.py
+++ b/tests/functional/too/too_many_ancestors.py
diff --git a/tests/functional/t/too_many_ancestors.txt b/tests/functional/too/too_many_ancestors.txt
index e9f0841ca..e9f0841ca 100644
--- a/tests/functional/t/too_many_ancestors.txt
+++ b/tests/functional/too/too_many_ancestors.txt
diff --git a/tests/functional/t/too_many_arguments.py b/tests/functional/too/too_many_arguments.py
index 689745e27..689745e27 100644
--- a/tests/functional/t/too_many_arguments.py
+++ b/tests/functional/too/too_many_arguments.py
diff --git a/tests/functional/t/too_many_arguments.txt b/tests/functional/too/too_many_arguments.txt
index 8f99a462e..8f99a462e 100644
--- a/tests/functional/t/too_many_arguments.txt
+++ b/tests/functional/too/too_many_arguments.txt
diff --git a/tests/functional/t/too_many_arguments_issue_1045.py b/tests/functional/too/too_many_arguments_issue_1045.py
index e5aa76d75..e5aa76d75 100644
--- a/tests/functional/t/too_many_arguments_issue_1045.py
+++ b/tests/functional/too/too_many_arguments_issue_1045.py
diff --git a/tests/functional/t/too_many_arguments_issue_1045.rc b/tests/functional/too/too_many_arguments_issue_1045.rc
index 46032f660..46032f660 100644
--- a/tests/functional/t/too_many_arguments_issue_1045.rc
+++ b/tests/functional/too/too_many_arguments_issue_1045.rc
diff --git a/tests/functional/too/too_many_arguments_issue_1045.txt b/tests/functional/too/too_many_arguments_issue_1045.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/functional/too/too_many_arguments_issue_1045.txt
diff --git a/tests/functional/t/too_many_boolean_expressions.py b/tests/functional/too/too_many_boolean_expressions.py
index 68214ab8e..68214ab8e 100644
--- a/tests/functional/t/too_many_boolean_expressions.py
+++ b/tests/functional/too/too_many_boolean_expressions.py
diff --git a/tests/functional/t/too_many_boolean_expressions.txt b/tests/functional/too/too_many_boolean_expressions.txt
index 0bb0086c1..0bb0086c1 100644
--- a/tests/functional/t/too_many_boolean_expressions.txt
+++ b/tests/functional/too/too_many_boolean_expressions.txt
diff --git a/tests/functional/t/too_many_branches.py b/tests/functional/too/too_many_branches.py
index 7b0b068ad..7b0b068ad 100644
--- a/tests/functional/t/too_many_branches.py
+++ b/tests/functional/too/too_many_branches.py
diff --git a/tests/functional/t/too_many_branches.txt b/tests/functional/too/too_many_branches.txt
index fbc82ccca..fbc82ccca 100644
--- a/tests/functional/t/too_many_branches.txt
+++ b/tests/functional/too/too_many_branches.txt
diff --git a/tests/functional/t/too_many_instance_attributes.py b/tests/functional/too/too_many_instance_attributes.py
index f6703e0b7..f6703e0b7 100644
--- a/tests/functional/t/too_many_instance_attributes.py
+++ b/tests/functional/too/too_many_instance_attributes.py
diff --git a/tests/functional/t/too_many_instance_attributes.txt b/tests/functional/too/too_many_instance_attributes.txt
index 652ccea31..652ccea31 100644
--- a/tests/functional/t/too_many_instance_attributes.txt
+++ b/tests/functional/too/too_many_instance_attributes.txt
diff --git a/tests/functional/t/too_many_lines.py b/tests/functional/too/too_many_lines.py
index 78e568c23..78e568c23 100644
--- a/tests/functional/t/too_many_lines.py
+++ b/tests/functional/too/too_many_lines.py
diff --git a/tests/functional/t/too_many_lines.txt b/tests/functional/too/too_many_lines.txt
index 0374f0c0c..0374f0c0c 100644
--- a/tests/functional/t/too_many_lines.txt
+++ b/tests/functional/too/too_many_lines.txt
diff --git a/tests/functional/t/too_many_lines_disabled.py b/tests/functional/too/too_many_lines_disabled.py
index 1b0866db2..1b0866db2 100644
--- a/tests/functional/t/too_many_lines_disabled.py
+++ b/tests/functional/too/too_many_lines_disabled.py
diff --git a/tests/functional/t/too_many_locals.py b/tests/functional/too/too_many_locals.py
index ac38a9e01..ac38a9e01 100644
--- a/tests/functional/t/too_many_locals.py
+++ b/tests/functional/too/too_many_locals.py
diff --git a/tests/functional/t/too_many_locals.txt b/tests/functional/too/too_many_locals.txt
index 4a7d19d4f..4a7d19d4f 100644
--- a/tests/functional/t/too_many_locals.txt
+++ b/tests/functional/too/too_many_locals.txt
diff --git a/tests/functional/t/too_many_nested_blocks.py b/tests/functional/too/too_many_nested_blocks.py
index e7c007957..e7c007957 100644
--- a/tests/functional/t/too_many_nested_blocks.py
+++ b/tests/functional/too/too_many_nested_blocks.py
diff --git a/tests/functional/t/too_many_nested_blocks.txt b/tests/functional/too/too_many_nested_blocks.txt
index b2a30fd25..b2a30fd25 100644
--- a/tests/functional/t/too_many_nested_blocks.txt
+++ b/tests/functional/too/too_many_nested_blocks.txt
diff --git a/tests/functional/t/too_many_public_methods.py b/tests/functional/too/too_many_public_methods.py
index 11b4b367d..11b4b367d 100644
--- a/tests/functional/t/too_many_public_methods.py
+++ b/tests/functional/too/too_many_public_methods.py
diff --git a/tests/functional/t/too_many_public_methods.txt b/tests/functional/too/too_many_public_methods.txt
index 1b5a25016..1b5a25016 100644
--- a/tests/functional/t/too_many_public_methods.txt
+++ b/tests/functional/too/too_many_public_methods.txt
diff --git a/tests/functional/t/too_many_return_statements.py b/tests/functional/too/too_many_return_statements.py
index 66a85da40..66a85da40 100644
--- a/tests/functional/t/too_many_return_statements.py
+++ b/tests/functional/too/too_many_return_statements.py
diff --git a/tests/functional/t/too_many_return_statements.txt b/tests/functional/too/too_many_return_statements.txt
index 4f65db229..4f65db229 100644
--- a/tests/functional/t/too_many_return_statements.txt
+++ b/tests/functional/too/too_many_return_statements.txt
diff --git a/tests/functional/t/too_many_star_expressions.py b/tests/functional/too/too_many_star_expressions.py
index c1bbfb9d3..c1bbfb9d3 100644
--- a/tests/functional/t/too_many_star_expressions.py
+++ b/tests/functional/too/too_many_star_expressions.py
diff --git a/tests/functional/t/too_many_star_expressions.rc b/tests/functional/too/too_many_star_expressions.rc
index c093be204..c093be204 100644
--- a/tests/functional/t/too_many_star_expressions.rc
+++ b/tests/functional/too/too_many_star_expressions.rc
diff --git a/tests/functional/t/too_many_star_expressions.txt b/tests/functional/too/too_many_star_expressions.txt
index 97af35293..97af35293 100644
--- a/tests/functional/t/too_many_star_expressions.txt
+++ b/tests/functional/too/too_many_star_expressions.txt
diff --git a/tests/functional/t/too_many_statements.py b/tests/functional/too/too_many_statements.py
index b3e2fd796..b3e2fd796 100644
--- a/tests/functional/t/too_many_statements.py
+++ b/tests/functional/too/too_many_statements.py
diff --git a/tests/functional/t/too_many_statements.txt b/tests/functional/too/too_many_statements.txt
index 9a8abfc36..9a8abfc36 100644
--- a/tests/functional/t/too_many_statements.txt
+++ b/tests/functional/too/too_many_statements.txt