summaryrefslogtreecommitdiff
path: root/test/functional/names_in__all__.txt
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-07-26 19:09:55 +0200
committerTorsten Marek <shlomme@gmail.com>2014-07-26 19:09:55 +0200
commitf0156c24770d69662b77810b5ea3250f26fbce03 (patch)
treee8d2b6c6cf716de5551df1cd288f09d40cb06468 /test/functional/names_in__all__.txt
parent727e1c2034da936f8560827e75b33a34983fbd39 (diff)
downloadpylint-f0156c24770d69662b77810b5ea3250f26fbce03.tar.gz
Converted more test cases to the new test framework.
Diffstat (limited to 'test/functional/names_in__all__.txt')
-rw-r--r--test/functional/names_in__all__.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/names_in__all__.txt b/test/functional/names_in__all__.txt
new file mode 100644
index 0000000..6cd7ae5
--- /dev/null
+++ b/test/functional/names_in__all__.txt
@@ -0,0 +1,4 @@
+undefined-all-variable:17::Undefined variable name 'NonExistant' in __all__
+undefined-all-variable:19::Undefined variable name 'func' in __all__
+undefined-all-variable:20::Undefined variable name 'inner' in __all__
+undefined-all-variable:21::Undefined variable name 'InnerKlass' in __all__