summaryrefslogtreecommitdiff
path: root/pylint/test/functional/not_callable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/not_callable.txt')
-rw-r--r--pylint/test/functional/not_callable.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/pylint/test/functional/not_callable.txt b/pylint/test/functional/not_callable.txt
new file mode 100644
index 0000000..4928c8c
--- /dev/null
+++ b/pylint/test/functional/not_callable.txt
@@ -0,0 +1,8 @@
+not-callable:5::REVISION is not callable
+not-callable:23::INSTANCE is not callable
+not-callable:25::LIST is not callable
+not-callable:27::DICT is not callable
+not-callable:29::TUPLE is not callable
+not-callable:31::INT is not callable
+not-callable:66::PROP.test is not callable
+not-callable:67::PROP.custom is not callable \ No newline at end of file