summaryrefslogtreecommitdiff
path: root/tests/functional/names_in__all__.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2019-07-21 10:56:00 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-10 11:20:16 +0200
commit997d9d1ec72fce84903da4784ac56fbe30e6da1e (patch)
tree9a0ddd3ba0975e045e408d9793cce096ecaeaa75 /tests/functional/names_in__all__.txt
parent676ec55ff9d8f10e52b740a57e4e62a3255d6709 (diff)
downloadpylint-git-997d9d1ec72fce84903da4784ac56fbe30e6da1e.tar.gz
[functional tests] Rename example_functional_tests.py => e/example_functional_tests.py
Permit to navigate in the functional tests easier.
Diffstat (limited to 'tests/functional/names_in__all__.txt')
-rw-r--r--tests/functional/names_in__all__.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/functional/names_in__all__.txt b/tests/functional/names_in__all__.txt
deleted file mode 100644
index 94873296c..000000000
--- a/tests/functional/names_in__all__.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-undefined-all-variable:17::Undefined variable name '' in __all__
-undefined-variable:19::Undefined variable 'SomeUndefined'
-undefined-all-variable:20::Undefined variable name 'NonExistant' in __all__
-undefined-all-variable:22::Undefined variable name 'func' in __all__
-undefined-all-variable:23::Undefined variable name 'inner' in __all__
-undefined-all-variable:24::Undefined variable name 'InnerKlass' in __all__