summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-272-3/+1
* Create ``_config_initialization`` util and use in functional tests (#5591)Daniël van Noord2021-12-233-0/+27
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-2111-21/+26
* Rename ``init_linter`` fixture to ``initialized_linter``, add filename (#5581)Daniël van Noord2021-12-211-19/+21
* Fix ``used-before-assignment`` for assignment expressions in lambda (#5530)Daniël van Noord2021-12-211-0/+11
* Fix #5557: Don't emit `comparison-with-callable` if the callable raises (#5563)Jacob Walls2021-12-212-0/+29
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-201-4/+4
* Fix unexpected types used in 'get_global_option' (#5555)Pierre Sassoulas2021-12-201-1/+1
* Ignore files with name that starts like an emacs lock files (#5554)Pierre Sassoulas2021-12-206-0/+15
* Check if decorator returns use keyword (``unexpected-keyword-arg``) (#5547)Daniël van Noord2021-12-182-0/+122
* Fix ``used-before-assignment`` for conditional self-referential typing (#5532)Daniël van Noord2021-12-181-0/+13
* Fixed extremely long processing of long lines with comma's (#5534)Daniël van Noord2021-12-172-0/+32
* Fix crash on uninferable decorators on Python 3.6 and 3.7 (#5549)Daniël van Noord2021-12-172-0/+7
* Add regression test for issue #5382 (#5550)Daniël van Noord2021-12-171-0/+29
* Fix ``not-callable`` for attributes that alias ``NamedTuple`` (#5537)Daniël van Noord2021-12-172-2/+14
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-1714-18/+18
* Add ``future=True`` to all ``NodeNG.statement()`` calls (#5310)Daniël van Noord2021-12-161-0/+18
* Upgrade mypy to 0.920 (#5535)Marc Mueller2021-12-161-1/+5
* Fix assigning-non-slot false positive with setattr (#5457)Jake Lishman2021-12-151-0/+27
* Add additional test cases used-before-assignment with try-except (#5523)Marc Mueller2021-12-152-1/+37
* Enable missing-raises-doc to understand class hierarchies (#5278)kasium2021-12-154-2/+55
* Produce a score of 0 for fatal errors and add fatal to score evaluation (#5521)Jacob Walls2021-12-141-0/+8
* typecheck: simplify variadic positional detection (#5417)Jérome Perrin2021-12-141-3/+25
* Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...Jacob Walls2021-12-143-2/+20
* Check `node` location attributes in unittests and update tests (#5383)Daniël van Noord2021-12-135-4/+177
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-135-3/+104
* Fix false-positive 'used-before-assignment' for assignments in except blocks ...Jacob Walls2021-12-132-0/+16
* Move tests from ``TestConfusingConsecutiveElifChecker`` to functional tests (...Daniël van Noord2021-12-133-205/+111
* Move tests from ``TestComparison`` to functional tests (#5520)Daniël van Noord2021-12-135-134/+31
* Remove redundant tests in ``TestWhileUsed`` (#5518)Daniël van Noord2021-12-131-25/+0
* Style - Remove unrelated error in tests for unnecessary-dict-index-lookupPierre Sassoulas2021-12-132-43/+48
* Add a DeprecationWarning to set_config_directly (#5511)Daniël van Noord2021-12-131-0/+15
* Move tests from ``TestParamDocChecker`` to functional tests (#5509)Daniël van Noord2021-12-1320-305/+212
* Emit `used-before-assignment` in final or except blocks where try statements...Jacob Walls2021-12-134-0/+20
* Move ``Numpy`` tests from ``TestParamDocChecker`` to functional tests (#5507)Daniël van Noord2021-12-125-151/+134
* Fix incorrect classification of property docstrings in Numpy-style (#5498)Daniël van Noord2021-12-123-42/+36
* Fix #5504: Fix crash if the output of items() is assigned to a 1-tuple (#5505)Jacob Walls2021-12-121-0/+7
* Fix #4761: Emit `used-before-assignment` where single assignment only made in...Jacob Walls2021-12-115-3/+18
* Move some of the Numpy tests out of ``TestParamDocChecker`` (#5492)Daniël van Noord2021-12-086-589/+481
* Move tests for Google docstrings from ``TestParamDocChecker`` to functional t...Daniël van Noord2021-12-0710-816/+626
* 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