summaryrefslogtreecommitdiff
path: root/pylint/testutils.py
Commit message (Expand)AuthorAgeFilesLines
* Move testutils.py in its own packagePierre Sassoulas2020-11-281-640/+0
* Remove redundant character escape '\]' in _EXPECTED_REPierre Sassoulas2020-11-281-1/+1
* Fix 'function could be static' in testutils.pyPierre Sassoulas2020-11-281-1/+2
* Fix a typo in testutils.pyPierre Sassoulas2020-11-281-2/+1
* Apply suggestion done during review by @hippo91Pierre Sassoulas2020-10-301-10/+8
* Add the command to launch for updating in error msgPierre Sassoulas2020-10-301-2/+8
* Move UPDATE_OPTION in testutil.pyPierre Sassoulas2020-10-301-0/+1
* Reformat according to black and isorthippo912020-10-181-6/+6
* The assertion test in _check_output_text is made for each pair of expected/re...hippo912020-10-111-3/+11
* Sets up copyrighthippo912020-08-201-0/+2
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+5
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-7/+5
* Add regression test for unused-argument and raiseClaudiu Popa2020-03-131-2/+3
* Add exclude_platforms to functional tests and use it for non_ascii_name checkClaudiu Popa2020-03-111-0/+8
* Make pylint happy with itselfMr. Senko2019-11-041-11/+17
* Move classes to testutils to help 3rd party plugin testsMr. Senko2019-11-041-4/+314
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-9/+3
* Fix - C0412: Imports from package x are not groupedPierre Sassoulas2019-03-201-6/+5
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-6/+6
* Refactor - Rename PylintASTWalker to ASTWalkerPierre Sassoulas2019-03-091-2/+2
* Reformat the code with blackClaudiu Popa2018-09-171-24/+32
* Update copyright noticesClaudiu Popa2018-07-151-0/+3
* Add new checker useless-object-inheritance.ssolanki2018-06-201-2/+2
* Remove six package usages. (#2151)Sushobhit2018-05-271-5/+4
* Add ability to specify message column offset independent of node for messages...Bryce Guinta2018-01-031-1/+3
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+12
* Make functions and classes from testutils private. Close #1438Claudiu Popa2017-07-081-107/+7
* Remove unneeded test utilities.Derek Gustafson2016-12-081-41/+1
* Reduce dependency on unittestDerek Gustafson2016-12-061-24/+9
* Added test_functional tests back in.Derek Gustafson2016-12-061-0/+2
* Added test_func tests back in.Derek Gustafson2016-12-061-0/+4
* Fix pylint warnings.Derek Gustafson2016-12-061-0/+9
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-2/+2
* Add confidence to error messages about `str.translate` and `str.encode/decode...Roy Williams2016-12-051-6/+14
* PyLinter.should_analyze_file has a new optional parameter, called `is_argument`Claudiu Popa2016-08-231-0/+5
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Allow UnittestLinter.is_message_enabled to take kwargsxmo-odoo2016-02-041-1/+1
* 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