summaryrefslogtreecommitdiff
path: root/tests/functional/t
Commit message (Expand)AuthorAgeFilesLines
* Also check the typealias naming style for TypeAlias variables defined in func...Yilei "Dolee" Yang2023-04-072-0/+12
* Fix typelias `invalid-name` false positives for Union variables without assig...Yilei "Dolee" Yang2023-04-072-3/+6
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-311-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-299-11/+11
* Allow integers in TypeAlias names (#8488)Stephane Odul2023-03-282-10/+14
* Don't consider ``Union`` to always be a type alias (#8489)Daniël van Noord2023-03-231-0/+4
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-266-0/+52
* [doc] Add an example for 'too-many-locals' (#8306)Pierre Sassoulas2023-02-171-4/+4
* Fix invalid-name for typing_extensions.TypeVar (#8089)Marc Mueller2023-01-204-2/+20
* Fixes false positive for `try-except-raise` with multiple exceptions in one e...fly2023-01-122-2/+14
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-154-3/+21
* Fix a false positive for `simplify-boolean-expression` when multiple values i...Jacob Walls2022-10-162-15/+33
* Don't report ``trailing-whitespaces`` within strings (#7342)Daniël van Noord2022-08-311-0/+21
* Don't emit ``trailing-whitespace`` twice for multi-line docstrings (#7335)Daniël van Noord2022-08-222-7/+19
* Improve TypeVar name regex (#7322)Marc Mueller2022-08-192-10/+16
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1814-32/+29
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-1/+1
* Ignore underscore as a local variable (#6492)Andy Young2022-05-031-0/+24
* Add optional check `redefined-loop-name` (#5649)Jacob Walls2022-05-011-2/+2
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-0/+1
* New check: TypeVar name mismatch (#6168)Joe Young2022-04-042-0/+66
* New check C0106: typevar-double-invariance (#6015)Joe Young2022-04-045-29/+47
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* Loosen TypeVar name pattern (#5983)Marc Mueller2022-03-262-9/+13
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-245-0/+81
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-1212-17/+17
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-112-0/+90
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...Jacob Walls2021-12-141-0/+19
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-131-1/+0
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-033-3/+3
* Update functional test expected output (#5349)Daniël van Noord2021-11-2423-56/+56
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-292-0/+7
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-263-0/+19
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-304-8/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Limit the dataclasses tests to python 3.7Pierre Sassoulas2021-08-164-19/+21
* Additional tests for PyCQA/astroid#1126David Liu2021-08-162-1/+20
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-283-0/+44
* Add regression test TypedDict not-callable (#4717)Marc Mueller2021-07-191-0/+6
* Add a regression test following issue #4610Pierre Sassoulas2021-06-291-1/+8
* Add a test for too-many-statements when modified by configurationPierre Sassoulas2021-06-173-3/+14
* Moved typing extension testsMarc Mueller2021-06-1018-463/+0
* Add regression test for no-member with generic base class (#4471)Marc Mueller2021-05-301-1/+19
* Customize arguments-differ error messages (#4422)Konstantina Saketou2021-05-051-1/+1
* Fix too-many-ancestorsMarc Mueller2021-04-282-2/+23
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-2418-0/+463
* Update ``astroid`` to 2.5.3 (#4334)Marc Mueller2021-04-102-0/+16
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0734-0/+2778