summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_variables.py
Commit message (Expand)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-284/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+2
* Reformat the code with blackClaudiu Popa2018-09-171-54/+95
* Update copyright noticesClaudiu Popa2018-07-151-1/+4
* Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta2018-07-121-0/+13
* Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta2018-07-031-0/+22
* Check if global is set for import (#2090)mar-chi-pan2018-05-151-0/+11
* Fix false positive undefined-variable for lambda arguments in classesBryce Guinta2018-03-021-0/+13
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+6
* Spelling fixes (#1397)Ville Skyttä2017-04-021-1/+1
* Make removed tests pass.Derek Gustafson2016-12-171-1/+1
* Fix PCManticore concerns.Derek Gustafson2016-12-141-2/+28
* Remove pytest.main calls.Derek Gustafson2016-12-071-4/+0
* Reduce dependency on unittestDerek Gustafson2016-12-061-46/+52
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-2/+2
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Use astroid.extract_node instead of test_utils.extract_nodeClaudiu Popa2016-06-291-8/+7
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-0/+3
* Add a new option, 'redefining-builtins-modules'.Claudiu Popa2016-03-251-0/+34
* Ignore __all__ elements that don't have a parentClaudiu Popa2016-03-111-0/+8
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-9/+9
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-131-1/+3
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+99