summaryrefslogtreecommitdiff
path: root/pylint/testutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow UnittestLinter.is_message_enabled to take kwargsxmo-odoo2016-02-041-1/+1
| | | | | | | | | | | External examples of custom linters (e.g. @nedbat's edx_lint[0]) and some internal pylint code[1] pass is_message_enabled's `line` parameter by keyword. However this does not work when trying to test those lints using the UnittestLinter mock object, as its is_message_enabled only takes positional parameters. [0] https://github.com/edx/edx-lint/blob/master/edx_lint/pylint/getattr_check.py#L63 [1] https://github.com/PyCQA/pylint/blob/master/pylint/test/unittest_lint.py#L261
* Rename display_results to display_reports, the old name being deprecated.Claudiu Popa2016-01-091-1/+1
|
* Remove features in 1.6.0 which were scheduled for removal.Claudiu Popa2015-12-171-2/+5
|
* 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