summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for #4021Daniël van Noord2021-10-182-8/+21
* Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)Daniël van Noord2021-10-171-0/+46
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-171-1/+0
* Fix ``relative-beyond-top-level`` false positiveDaniël van Noord2021-10-1716-0/+60
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-173-17/+48
* From Python 3.8 onwards classes inheriting from dict are reversible (#5169)Tim Martin2021-10-175-9/+25
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-1711-51/+245
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-162-3/+18
* Fix py-version usage in typing extension tests (#5161)Marc Mueller2021-10-156-8/+8
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-153-2/+9
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-152-32/+68
* Improve documentation of ``docparams`` extension and fix tests (#5095)Daniël van Noord2021-10-141-1/+83
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-113-0/+9
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-108-12/+142
* Move message adding functions from ``MessagesHandlerMixIn``Daniël van Noord2021-10-101-5/+5
* Add checkers for typing.final for Python version 3.8 or later (#5133)Mark Byrne2021-10-106-0/+39
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-104-55/+59
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-094-9/+25
* Reorganize regression tests (#5130)Marc Mueller2021-10-084-2/+1
* Add test for typing alias in isinstance calls (#5089)Marc Mueller2021-10-072-0/+28
* Fix false-negative with typing.Type + typing.Callable aliases (#5090)Marc Mueller2021-10-076-28/+61
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-071-2/+2
* Add test for crash on Compare node inference (#5057)Daniël van Noord2021-10-072-1/+11
* Add tests for ClassDef inference regression (#5037)Daniël van Noord2021-10-072-0/+33
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-074-139/+128
* Add guard helper functions from astroid (#5122)Marc Mueller2021-10-071-14/+73
* Fix return type checkers calls on ellipses functions (#5107)Daniël van Noord2021-10-061-0/+44
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-061-0/+8
* Refactor test reporterDaniël van Noord2021-10-061-6/+48
* Improve node info for invalid-name (#5094)Marc Mueller2021-10-053-4/+35
* Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)Marc Mueller2021-10-051-0/+10
* Improve and flatten ``unused-wildcard-import`` message (#5110)Daniël van Noord2021-10-042-4/+9
* Fix empty regex options not converting to regexDaniël van Noord2021-09-291-1/+3
* Make test decorator use ``checker.set_option()``Daniël van Noord2021-09-291-2/+3
* Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)Daniël van Noord2021-09-281-3/+9
* Fix ``invalid-name`` for overwritten base ``object`` methods (#5079)Daniël van Noord2021-09-282-6/+14
* Remove ``pytest`` marks in test_regr (#5076)Daniël van Noord2021-09-271-2/+0
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-261-1/+1
* Fix loop in too-many-ancestors when an inheritance cycle is inferred (#5062)Andrew Haigh2021-09-243-0/+35
* Refactor and typing of OutputLine (#5060)Daniël van Noord2021-09-241-13/+14
* Fix ``useless-suppression`` for ``wrong-import-order`` (#5063)Daniël van Noord2021-09-231-0/+6
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-212-28/+23
* Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)Marc Mueller2021-09-211-1/+6
* Make ``consider-using-f-string`` skip `format()` with backslash (#5055)Daniël van Noord2021-09-212-25/+36
* Fix bug with cell-var-from-loop and kw_defaults (#5045)David Liu2021-09-202-13/+29
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-2019-321/+321
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-1819-319/+433
* Require Python 3.6 for consider f-string check (#5024)Marc Mueller2021-09-172-0/+17
* Add typing to `BaseReporter.out` (#5023)Daniël van Noord2021-09-171-9/+6
* Fix ``unspecified-encoding`` for ``Path.read_text()``Daniël van Noord2021-09-172-3/+4