summaryrefslogtreecommitdiff
path: root/tests/functional/async_functions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/async_functions.txt')
-rw-r--r--tests/functional/async_functions.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/functional/async_functions.txt b/tests/functional/async_functions.txt
new file mode 100644
index 000000000..e00c5bbfa
--- /dev/null
+++ b/tests/functional/async_functions.txt
@@ -0,0 +1,11 @@
+redefined-builtin:5:next:"Redefining built-in 'next'"
+unused-argument:8:some_function:"Unused argument 'arg2'"
+bad-super-call:22:Class.some_method:"Bad first argument 'OtherClass' given to super()"
+too-many-arguments:26:complex_function:Too many arguments (10/5)
+too-many-branches:26:complex_function:Too many branches (13/12)
+too-many-return-statements:26:complex_function:Too many return statements (10/6)
+dangerous-default-value:57:func:Dangerous default value [] as argument
+duplicate-argument-name:57:func:Duplicate argument name a in function definition
+duplicate-argument-name:57:func:Duplicate argument name a in function definition
+blacklisted-name:62:foo:Black listed name "foo"
+empty-docstring:62:foo:Empty function docstring \ No newline at end of file