summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [refactor] Permit to get the expected exit code in configuration test frameworkPierre Sassoulas2021-11-2213-1/+24
* Prevent crash when parsing the toml to also crash pylintPierre Sassoulas2021-11-224-0/+12
* Add regression test (#5339)Daniël van Noord2021-11-211-0/+18
* Add tests `inherit-non-class` with subscriptable class (#5354)Marc Mueller2021-11-212-0/+25
* Upgrade astroid to 2.9.0 (#5355)Marc Mueller2021-11-212-6/+6
* Add accetpance tests in CI for python 3.8+ instead of launching manually at r...Pierre Sassoulas2021-11-212-54/+65
* Revert "Update functional test updater to print actual string (#5351)" (#5352)Daniël van Noord2021-11-211-1/+2
* Update functional test updater to print actual string (#5351)Daniël van Noord2021-11-211-2/+1
* Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332)Daniël van Noord2021-11-202-17/+79
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-174-5/+5
* Add casts to ``linter.reporter`` in testsDaniël van Noord2021-11-161-1/+10
* Add ``enable-all-extensions`` option (#5315)Daniël van Noord2021-11-151-1/+23
* Fix crash for ``protected-access`` on (outer)-class traversal (#5305)Daniël van Noord2021-11-152-0/+20
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-1414-26/+31
* Fix user specific path in functional conf tests for tox (#5301)Pierre Sassoulas2021-11-141-1/+4
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-1312-0/+48
* Fix ``accept-no-yields/return-doc`` for partially correct docstringsDaniël van Noord2021-11-133-0/+28
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-1219-99/+195
* Add tests for crash on assignment expressions in if statemenpyttsDaniël van Noord2021-11-121-0/+17
* Add tests for crash on inference of ``__len__``Daniël van Noord2021-11-121-0/+12
* Use a stable file in order to have a stable exit codePierre Sassoulas2021-11-102-1/+7
* Refactor 'check_configuration_file_reader' so we can assert other filesPierre Sassoulas2021-11-101-18/+30
* Fix the typing of all PosixPath in tests/config/test_config.pyPierre Sassoulas2021-11-101-6/+6
* Simplify 'test_can_read_toml_env_variable' to work like other testsPierre Sassoulas2021-11-101-19/+6
* Add checker `using-final-decorator-in-unsupported-version` (#5165)Mark Byrne2021-11-097-6/+51
* Rename test_can_read_env_variable so it has 'toml' in itPierre Sassoulas2021-11-081-1/+2
* Remove duplicated comment in 'test_can_read_env_variable'Pierre Sassoulas2021-11-081-2/+0
* Move existing config tests to the tests/config directoryPierre Sassoulas2021-11-082-0/+0
* Make ``self-cls-assignment`` check tuple assignment (#5268)Daniël van Noord2021-11-072-4/+7
* Fix crash on checking private members on ``__class__``Daniël van Noord2021-11-051-0/+9
* Remove unwanted non-breaking whitespaces in comment (#5256)Pierre Sassoulas2021-11-041-1/+1
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-032-0/+69
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-312-15/+91
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-311-2/+8
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-292-0/+7
* Migration to pytest from unittest for BaseChecker testsPierre Sassoulas2021-10-271-37/+35
* Create a new file for BaseChecker unit testsPierre Sassoulas2021-10-272-61/+69
* Fix deprecation 'check function will only accept sequence of string' (#5218)Pierre Sassoulas2021-10-272-14/+24
* Fix the deprecation of set_output in our code (#5209)Pierre Sassoulas2021-10-271-4/+14
* Update tests/data/property_pattern.pynozzy123nozzy2021-10-261-5/+0
* Modify sources along with results of pr review.Takahide Nojima2021-10-2615-41/+64
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-262-0/+53
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-262-1/+52
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-264-0/+37
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-261-2/+3
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-256-1/+79
* Use backticks for any-all suggestion (#5207)Nick Drozd2021-10-252-7/+15
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-253-0/+66
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-254-0/+310
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-242-34/+104