summaryrefslogtreecommitdiff
path: root/tests/functional/globals.txt
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2019-06-14 22:28:42 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2019-06-20 10:02:14 +0200
commit33b8185a455c1686d038258697bb93005f2441c2 (patch)
tree4a50ccac775c009436e45803129e428ed694065f /tests/functional/globals.txt
parent7081d91f30728653000bdfc59ea85a3395f96418 (diff)
downloadpylint-git-33b8185a455c1686d038258697bb93005f2441c2.tar.gz
Stopped installing tests with package
Diffstat (limited to 'tests/functional/globals.txt')
-rw-r--r--tests/functional/globals.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/functional/globals.txt b/tests/functional/globals.txt
new file mode 100644
index 000000000..0ce528daf
--- /dev/null
+++ b/tests/functional/globals.txt
@@ -0,0 +1,7 @@
+global-at-module-level:4::Using the global statement at the module level
+undefined-variable:5::Undefined variable 'CSTE'
+global-statement:11:fix_contant:Using the global statement
+global-variable-not-assigned:18:other:Using global for 'HOP' but no assignment is done
+undefined-variable:19:other:Undefined variable 'HOP'
+global-variable-undefined:24:define_constant:Global variable 'SOMEVAR' undefined at the module level
+global-statement:31:global_with_import:Using the global statement