summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_lint.py
Commit message (Expand)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-771/+0
* Refactor - Move function for checker in CheckerPierre Sassoulas2019-03-291-3/+2
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-5/+4
* Refactor - Create a unittest file for MessageStorePierre Sassoulas2019-03-091-114/+15
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-3/+2
* Added load_configuration() hook for pluginsMatus Valo2018-12-201-0/+50
* Refactor - get_messages -> get_messages_from_checkerPierre Sassoulas2018-12-181-1/+1
* Refactor - Consistent function and variable namePierre Sassoulas2018-12-181-12/+12
* Refactor - get_message_definition returning a listPierre Sassoulas2018-12-181-7/+7
* Move func_block_disable_msg into regrtest_data, because we already have a tes...Claudiu Popa2018-09-291-1/+2
* Reformat the code with blackClaudiu Popa2018-09-171-279/+323
* Use contextlib.redirect_stdoutScott Worley2018-08-221-7/+4
* Update copyright noticesClaudiu Popa2018-07-151-1/+7
* Filter with should_analyze_file in parallel mode (#2264)Randall Leeds2018-07-101-13/+16
* Remove six package usages. (#2151)Sushobhit2018-05-271-8/+7
* pyupgrade (#2136)Anthony Sottile2018-05-221-3/+3
* Refactor - MessagesStore.check_message_id(msgid)Pierre Sassoulas2018-05-101-8/+8
* Fix - Take reviews by PCManticore into accountPierre Sassoulas2018-05-101-2/+4
* Refactor - Better error message for duplicated msgid or symbolPierre Sassoulas2018-05-101-6/+3
* Correctly strip the path prefix from the report paths (#1883)Reverb C2018-03-011-4/+4
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+13
* Use the full filename for identifying __init__.py. (#1461)Craig Citro2017-05-221-0/+14
* Raise meaningful exception for invalid reporter class being selected (#1450)Łukasz Rogalski2017-04-281-0/+7
* Python 3.6 invalid escape sequence deprecation fixes (#1396)Ville Skyttä2017-04-021-1/+1
* Spelling fixes (#1397)Ville Skyttä2017-04-021-1/+1
* Refactor pytest fixtures. (#1255)Derek Gustafson2017-01-031-9/+8
* Parametrized testsDerek Gustafson2016-12-081-39/+33
* Removed setup and teardown functions.Derek Gustafson2016-12-081-482/+525
* Remove pytest.main calls.Derek Gustafson2016-12-071-44/+23
* Reduce dependency on unittestDerek Gustafson2016-12-061-26/+23
* Fix pylint warnings.Derek Gustafson2016-12-061-6/+6
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-178/+170
* PyLinter.should_analyze_file has a new optional parameter, called `is_argument`Claudiu Popa2016-08-231-0/+34
* Remove useless test.Claudiu Popa2016-08-231-9/+0
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+6
* Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportErrorGlenn Matthews2016-07-191-2/+2
* Move EmptyReport and UnknownMessage to pylint.exceptionsGlenn Matthews2016-07-191-2/+2
* Better input validation in register_messages to avoid overwrites.Glenn Matthews2016-07-191-1/+36
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Automatic generation of extensions.rst (#988)Glenn Matthews2016-07-101-0/+17
* Removed --files-output option. Part of #975.Claudiu Popa2016-07-061-18/+0
* Remove the support for html reportingClaudiu Popa2016-07-051-11/+1
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-13/+2
* Add the current directory as well into sys.path. This will fix some issues wi...Claudiu Popa2016-05-101-4/+4
* Disable reports by default and show the evaluation score by defaultClaudiu Popa2015-12-291-0/+1
* Fix a crash which occurred when old visit methods are encounteredClaudiu Popa2015-11-301-1/+18
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-201-9/+0
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-201-9/+9
* Get rid of logilab.common.compat.Florian Bruhin2015-07-261-4/+3
* Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-261-8/+1