summaryrefslogtreecommitdiff
path: root/tests/functional/n
Commit message (Expand)AuthorAgeFilesLines
* Modified comment on line 147 to improve spellingElazrod562023-04-201-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2911-23/+23
* Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-272-2/+1
* [doc] Add an example for 'non-ascii-file-name' (#8340)Pierre Sassoulas2023-02-251-1/+1
* Fix `nested-min-max` output msg for sequences (#8234)Dani Alcala2023-02-082-0/+29
* Add tests to improve coverage (#8096)Dani Alcala2023-01-261-2/+8
|\
| * add test for Uninferableclavedeluna2023-01-241-2/+8
* | Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-256-7/+7
|/
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-154-12/+16
* Fix ``no-else-return false Negative for try/except/else pattern (#7888)Dani Alcala2022-12-125-28/+119
* Add extension checker for nested min/max (#7550)Osher De Paz2022-11-212-0/+29
* Add named-expr-without-context check (#7763)Marc Mueller2022-11-143-0/+9
* Extend `consider-using-join` to detect non-empty separators (#7481)Levi Gruspe2022-11-131-1/+1
* 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