summaryrefslogtreecommitdiff
path: root/tests/functional/n
Commit message (Expand)AuthorAgeFilesLines
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-161-1/+1
* Fix false negative ``no-member`` when the code was a `manual` augmented assig...Dani Alcala2022-09-232-0/+29
* Replace no-method-argument with no-self-argument when variadic args present (...Jakub Kuczys2022-09-234-4/+27
* Add functional test for false positive `not-callable` (#5593)Mark Byrne2022-09-171-0/+11
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1822-85/+78
* Fix false positive for `no-self-argument` (#7301)Mark Byrne2022-08-132-5/+27
* Don't emit ``super-init-not-called`` for abstract ``__init__`` methods (#7227)Daniël van Noord2022-07-312-2/+1
* Add regression test for #7109 (#7112)Jacob Walls2022-07-181-0/+8
* Add regression test for #5832 (#7105)Jacob Walls2022-07-171-1/+5
* Fix false negative for `nonlocal-without-binding`. (#7099)Mark Byrne2022-07-062-5/+21
* [no-member] Add a regression test for a false positive (#7095)Pierre Sassoulas2022-06-301-0/+13
* Add regression test for #6497 (#6498)Jacob Walls2022-05-091-0/+6
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-059-108/+9
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-1/+1
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-043-2/+3
* Fix a crash in the ``unsupported-membership-test`` checker involving tuple un...Jacob Walls2022-04-194-6/+32
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-182-2/+2
* Normalize the pylint disables in functional testsPierre Sassoulas2022-04-181-1/+1
* Remove removed messages from the tests (#6268)Daniël van Noord2022-04-121-1/+1
* Fix E1102 / ``not-callable`` false positive for property that returns a lambd...Tushar Sadhwani2022-04-021-0/+24
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* Change 'nonexistent-operator' to allow repeated unary ops (with space or pare...Sergey B Kirpichev2022-03-291-0/+4
* Fix #1555: Fix false negative for `no-member` when assigning instance attribu...Jacob Walls2022-03-252-0/+38
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-1215-30/+30
* Add tests for #4826 (#5696)Daniël van Noord2022-03-121-0/+13
* Move functional test files to new structureDaniël van Noord2022-02-109-0/+0
* Clearer error message for useless-else-x type messages (#5736)Pierre Sassoulas2022-01-304-28/+28
* Fix typos in unit test docstrings (#5739)Jacob Walls2022-01-283-3/+3
* Fix ``super-init-not-called`` if parent or ``self`` is a ``Protocol`` (#5697)Daniël van Noord2022-01-241-1/+1
* ``unused-variable`` when `nonlocal` name in a multiple-assignment (#5700)Mark Byrne2022-01-191-0/+14
* Add a checker for misleading unicode (#5311)Kound2022-01-131-2/+2
* Improve non ascii checker (#5643)Kound2022-01-1059-5/+417
* 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-171-1/+1
* Move tests from ``TestComparison`` to functional tests (#5520)Daniël van Noord2021-12-132-15/+20
* Move ``no-member`` tests from ``TestTypeChecker`` (#5453)Daniël van Noord2021-12-033-0/+65
* Move various tests from ``TestTypeChecker`` to functional tests (#5455)Daniël van Noord2021-12-022-10/+66
* Move ``TestVariablesChecker`` to functional tests (#5419)Daniël van Noord2021-11-282-0/+5
* Move ``TestVariablesChecker`` to functional tests (#5400)Daniël van Noord2021-11-251-0/+10
* Update functional test expected output (#5349)Daniël van Noord2021-11-2437-185/+185
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-1/+1
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-192-8/+19
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-092-5/+16
* Improve node info for invalid-name (#5094)Marc Mueller2021-10-051-1/+1
* Spelling and grammar fixesVille Skyttä2021-09-172-3/+3
* Add functional test demonstrating #4370Dimitri Prybysh2021-09-142-0/+18
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-112-0/+8
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-016-6/+6
* Add regression tests for PyCQA/astroid#1151David Liu2021-08-301-0/+31