summaryrefslogtreecommitdiff
path: root/pylint/test/functional/undefined_variable.py
Commit message (Expand)AuthorAgeFilesLines
* check if the type of a variable is redefined (at a function, class or module ...Laura M?dioni2015-10-301-1/+1
* Port more old tests to the new style tests and remove obsolete tests.Claudiu Popa2015-10-031-1/+5
* Don't emit undefined-variable if the node is guarded by a NameError, Exceptio...Claudiu Popa2015-05-191-1/+22
* Improve the detection of undefined variables in function argumentsClaudiu Popa2015-05-121-0/+5
* Detect undefined-variables in function default arguments.Claudiu Popa2015-05-121-0/+16
* Improve detection of undefined variables.Claudiu Popa2015-05-111-0/+3
* #518 fix unused-argument false positive when += is usedRadu Ciorba2015-05-091-1/+1
* Try to make the tests compatible with both Python 2 and Python 3.Claudiu Popa2015-03-261-7/+7
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+128