summaryrefslogtreecommitdiff
path: root/pylint/test/functional/arguments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/arguments.txt')
-rw-r--r--pylint/test/functional/arguments.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/pylint/test/functional/arguments.txt b/pylint/test/functional/arguments.txt
index 835992a..16b3216 100644
--- a/pylint/test/functional/arguments.txt
+++ b/pylint/test/functional/arguments.txt
@@ -24,4 +24,7 @@ too-many-function-args:119:TypeCheckConstructor.test:Too many positional argumen
no-value-for-parameter:121:TypeCheckConstructor.test:No value for argument 'first' in constructor call
no-value-for-parameter:121:TypeCheckConstructor.test:No value for argument 'second' in constructor call
no-value-for-parameter:122:TypeCheckConstructor.test:No value for argument 'second' in constructor call
-unexpected-keyword-arg:122:TypeCheckConstructor.test:Unexpected keyword argument 'lala' in constructor call \ No newline at end of file
+unexpected-keyword-arg:122:TypeCheckConstructor.test:Unexpected keyword argument 'lala' in constructor call
+no-value-for-parameter:133:Test.test:No value for argument 'icon' in function call
+too-many-function-args:134:Test.test:Too many positional arguments for function call
+no-value-for-parameter:136::No value for argument 'icon' in function call \ No newline at end of file