summaryrefslogtreecommitdiff
path: root/pylint/test/functional/member_checks.py
Commit message (Expand)AuthorAgeFilesLines
* ``no-member`` is emitted for enums when they lack a memberClaudiu Popa2018-12-111-1/+11
* adapt existing test cases for useless-object-inheritance.ssolanki2018-06-211-1/+1
* Detect mangled attribute names when emitting no-memberhippo912018-01-031-0/+8
* We don't emit by default ``no-member`` if we have opaque inference objects in...Claudiu Popa2017-04-131-1/+1
* Exempt classes with __getattr__ from no-member. This should help #1293Claudiu Popa2017-01-281-2/+15
* Add test for emitting no-member when __slots__ are prohibiting delayed assign...Claudiu Popa2016-04-251-1/+8
* Don't consider bare and broad except handlers as ignoring NameError,Claudiu Popa2016-02-261-11/+1
* Move redefined-variable-type into an extensionClaudiu Popa2016-02-161-1/+1
* 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