summaryrefslogtreecommitdiff
path: root/pylint/testutils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-6/+5
* Correct the name of the messages.Claudiu Popa2015-10-181-2/+2
* Disable not-iterable-context for a couple of false positives.Claudiu Popa2015-10-181-0/+2
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-131-2/+2
* Fix some pylint warnings over pylint's codebase.Claudiu Popa2015-05-161-8/+8
* Ignore Jython compiled files when gathering old style tests.Claudiu Popa2015-05-081-1/+1
* Fix other pylint warnings over pylint's codebase.Claudiu Popa2015-05-081-1/+1
* Get rid of abstract-method warnings emitted over pylint's codebase.Claudiu Popa2015-05-071-0/+2
* Try to make the tests compatible with both Python 2 and Python 3.Claudiu Popa2015-03-261-1/+0
* Fix the number of underscores in __implements__Pavel Roskin2015-03-021-1/+1
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+412