summaryrefslogtreecommitdiff
path: root/pylint/test/functional/not_context_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Check imports are located at the top of the module (right after docstring and...Laura M?dioni2015-11-101-1/+1
* Fix a not-context-manager false positive.Claudiu Popa2015-07-061-0/+25
* Ignore mixin classes when emitting not-context-manager, to avoid false positi...Claudiu Popa2015-07-031-0/+12
* Don't emit not-context-manager for instances with unknown bases.Claudiu Popa2015-06-201-1/+8
* Simplify the not-context-manager check, by doing a simple parent lookup on a ...Claudiu Popa2015-04-161-0/+32
* Update test for not-context-manager when context node is a NameRadu Ciorba2015-04-021-1/+3
* Handle the case for not-context-manager when the context node is a Name.Claudiu Popa2015-04-011-0/+12
* add 'not-context-manager' errorRadu Ciorba2015-03-221-0/+45