summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix deleting files for pyreverse tests (#5476)Antonio Quarta2021-12-051-1/+7
* Treat `typing.NamedTuple` self as a sequence (#5346)Mark Byrne2021-12-054-16/+50
* Revert renaming extension tests (#5473)Marc Mueller2021-12-0532-14/+14
* Fix #5371: Correctly count arguments to static methods missing @staticmethod ...Jacob Walls2021-12-034-9/+32
* Add typing to ``PyLinter.reporter`` (#5325)Daniël van Noord2021-12-032-1/+8
* fix(4716): fix false positive `unnecessary_dict_index_lookup` emitted when `d...yushao22021-12-032-0/+19
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-037-7/+9
* Add a warning in functional test update for bad python versionsPierre Sassoulas2021-12-031-0/+12
* Add unit tests for LintModuleOutputUpdatePierre Sassoulas2021-12-031-0/+63
* Move LintModuleOutputUpdate to pylint.testutil.functionalPierre Sassoulas2021-12-031-22/+1
* Move the function go retrieve test file to pylint.testutil.functionalPierre Sassoulas2021-12-031-23/+6
* Deprecate some file in pylint/testutils and update changelogPierre Sassoulas2021-12-031-1/+1
* Move the filter for isort 5 out of the generic functionPierre Sassoulas2021-12-031-5/+6
* Rename get_tests to get_functional_test_files_from_directoryPierre Sassoulas2021-12-031-4/+5
* Add a path argument to get_tests for functional testsPierre Sassoulas2021-12-031-4/+6
* Add mermaidjs as format output for pyreverse (#5272)Antonio Quarta2021-12-036-0/+160
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-033-3/+3
* Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)Daniël van Noord2021-12-032-16/+64
* Deprecate ``is_inside_lambda`` from utils (#5447)Daniël van Noord2021-12-031-0/+7
* Add endLine and endColumn keys to JSONReporter (#5456)Marc Mueller2021-12-032-18/+66
* Move Sphinx docstrings out of ``TestParamDocChecker`` (#5450)Daniël van Noord2021-12-0310-611/+560
* Move ``no-member`` tests from ``TestTypeChecker`` (#5453)Daniël van Noord2021-12-034-115/+65
* #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)allanc652021-12-032-0/+24
* Move various tests from ``TestTypeChecker`` to functional tests (#5455)Daniël van Noord2021-12-026-183/+111
* Fix false positive for ``used-before-assignment`` for vars in methods (#5454)Daniël van Noord2021-12-024-35/+68
* Merge pull request #5331 from yushao2/fix--false-negative-5323yushao22021-11-302-0/+34
|\
| * chore(*): moved changelog entry from 2.12 to 2.13Yu Shao, Pang2021-11-291-26/+26
| * added util functions and changed code according to pr commentsYu Shao2021-11-292-7/+11
| * Apply suggestions from code reviewyushao22021-11-291-1/+15
| * fix(consider-interating-dictionary): fix false negativesYu Shao2021-11-292-18/+34
* | Add type of docstring to ``missing_raises_doc`` functional tests (#5445)Daniël van Noord2021-11-303-19/+19
* | Move ``TestDocstringCheckerRaise`` to functional tests (#5444)Daniël van Noord2021-11-3022-902/+667
* | Move ``TestDocstringCheckerReturn`` to functional tests (#5438)Daniël van Noord2021-11-3024-720/+457
* | Fix ``_regexp_paths_csv_validator`` for already validated valuesDaniël van Noord2021-11-291-0/+10
* | Move ``TestForAnyAll`` to functional tests (#5436)Arianna Y2021-11-293-247/+89
* | Move ``TestDocstringCheckerYield`` to functional tests (#5435)Daniël van Noord2021-11-2923-514/+332
* | Move most tests out of ``TestImportsChecker`` (#5434)Daniël van Noord2021-11-297-99/+35
* | Update ``primer`` tests to own file, separate batches and concurrent runs (#5...Daniël van Noord2021-11-295-67/+97
* | Move most tests of ``TestStdlibChecker`` to functional tests (#5427)Daniël van Noord2021-11-293-66/+32
* | Move ``TestLoggingModuleDetection`` to functional tests (#5428)Daniël van Noord2021-11-2917-183/+90
* | Move ``TestExceptionsChecker`` to functional tests (#5420)Daniël van Noord2021-11-285-54/+14
* | Move ``TestNameChecker`` to functional tests (#5421)Daniël van Noord2021-11-289-165/+99
* | Move ``TestStringChecker`` to functional tests (#5422)Daniël van Noord2021-11-283-52/+37
* | Move ``TestMultiStatementLine`` to functional tests (#5423)Daniël van Noord2021-11-286-112/+72
* | Move ``TestVariablesChecker`` to functional tests (#5419)Daniël van Noord2021-11-2813-172/+107
|/
* Move ``TestDocstring`` to functional tests (#5404)Daniël van Noord2021-11-2618-158/+88
* Move ``TestVariablesChecker`` to functional tests (#5400)Daniël van Noord2021-11-2516-264/+167
* Make ``unused-import`` check all ancestors for typing guards (#5316)Daniël van Noord2021-11-251-0/+4
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-7/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-2515-6/+21