summaryrefslogtreecommitdiff
path: root/pylint/test/functional/member_checks.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
* Add test for verifying that __name__ can't be accessed from an instance.Claudiu Popa2015-10-261-0/+6
* Port more old tests to the new style tests and remove obsolete tests.Claudiu Popa2015-10-031-0/+29
* Add tests for checking the ability to understand one-argument type builtin.Claudiu Popa2015-06-241-2/+5
* Emit no-member checks for nodes found in an ExceptHandler branch, without exc...Claudiu Popa2015-06-171-0/+21
* Don't fail with a traceback when checking if a member exists in a super call ...Claudiu Popa2015-06-011-0/+7
* Pylint understand super calls.Claudiu Popa2015-05-281-2/+2
* Add a new warning, 'using-constant-test'.Claudiu Popa2015-05-231-1/+1
* Add new tests for testing node_ignores_exception.Claudiu Popa2015-05-171-0/+6
* Don't emit no-member for nodes protected by AttributeError, Exception or bare...Claudiu Popa2015-05-171-1/+21
* Move more no-member filters inside _emit_no_member. Add more tests.Claudiu Popa2015-04-241-1/+27
* Try to make the tests compatible with both Python 2 and Python 3.Claudiu Popa2015-03-261-13/+13
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+63