summaryrefslogtreecommitdiff
path: root/pylint/test/functional/ctor_arguments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/ctor_arguments.txt')
-rw-r--r--pylint/test/functional/ctor_arguments.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/pylint/test/functional/ctor_arguments.txt b/pylint/test/functional/ctor_arguments.txt
deleted file mode 100644
index 639e92ce1..000000000
--- a/pylint/test/functional/ctor_arguments.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-no-value-for-parameter:35::No value for argument 'first_argument' in constructor call
-too-many-function-args:36::Too many positional arguments for constructor call
-no-value-for-parameter:38::No value for argument 'third_argument' in constructor call
-no-value-for-parameter:40::No value for argument 'first_argument' in constructor call
-no-value-for-parameter:40::No value for argument 'second_argument' in constructor call
-no-value-for-parameter:40::No value for argument 'third_argument' in constructor call
-too-many-function-args:42::Too many positional arguments for constructor call
-no-value-for-parameter:47::No value for argument 'first_argument' in constructor call
-unexpected-keyword-arg:47::Unexpected keyword argument 'bob' in constructor call
-unexpected-keyword-arg:48::Unexpected keyword argument 'coin' in constructor call
-redundant-keyword-arg:50::Argument 'one' passed by position and keyword in constructor call
-no-value-for-parameter:53::No value for argument 'first_argument' in constructor call
-too-many-function-args:54::Too many positional arguments for constructor call
-too-many-function-args:60::Too many positional arguments for constructor call
-too-many-function-args:63::Too many positional arguments for constructor call
-no-value-for-parameter:64::No value for argument 'first_argument' in constructor call
-unexpected-keyword-arg:64::Unexpected keyword argument 'one' in constructor call
-too-many-function-args:85::Too many positional arguments for constructor call
-unexpected-keyword-arg:85::Unexpected keyword argument 'badarg' in constructor call
-too-many-function-args:95:Clsmethod.from_nothing:Too many positional arguments for constructor call
-no-value-for-parameter:99:Clsmethod.from_nothing1:"No value for argument 'first' in constructor call"
-no-value-for-parameter:99:Clsmethod.from_nothing1:"No value for argument 'second' in constructor call"
-no-value-for-parameter:104:Clsmethod.from_nothing2:"No value for argument 'second' in constructor call"
-unexpected-keyword-arg:104:Clsmethod.from_nothing2:"Unexpected keyword argument 'not_argument' in constructor call" \ No newline at end of file