summaryrefslogtreecommitdiff
path: root/pylint/test/functional/iterable_context.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
* Make iterable checker skip classes that are inferred to be abstractfix-685Dmitry Pribysh2015-10-271-1/+17
* Skip not-an-iterable and similar checks for Base/Abstract classesDmitry Pribysh2015-10-271-1/+23
* Make iterable/mapping checker more smart and refactor it.Dmitry Pribysh2015-10-151-1/+25
* Handle more corner cases in iterable/mapping checkerDmitry Pribysh2015-10-081-29/+48
* Add more positive functional tests for the iterable context checkerDmitry Pribysh2015-10-081-17/+79
* Add functional tests for iterable heckerDmitry Pribysh2015-10-071-0/+36