summaryrefslogtreecommitdiff
path: root/tests/functional/r
Commit message (Expand)AuthorAgeFilesLines
* Update pytest requirement from ~=7.2 to ~=7.3 (#8562)dependabot[bot]2023-04-231-1/+1
* Modified all occurences of "a f-string" to "an f-string"Elazrod562023-04-201-1/+1
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-315-6/+6
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2941-44/+44
* [testutil] Fix the algorithm for functional test discoveryPierre Sassoulas2023-03-281-0/+0
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-261-1/+1
* Add regression test for #8109Pierre Sassoulas2023-02-132-0/+16
* Fix crash when an attribute node was used inside an unary op (#8209)Pierre Sassoulas2023-02-071-0/+14
* Update docs for `global-variable-not-assigned` (#8151)Dani Alcala2023-02-011-1/+1
* Fixed a crash when inferring a value and using its qname on a slice (#8070)Pierre Sassoulas2023-01-182-0/+18
* Add a regression tests for issue #2567Pierre Sassoulas2023-01-131-0/+33
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-154-13/+22
* Fix ``no-else-return false Negative for try/except/else pattern (#7888)Dani Alcala2022-12-121-1/+1
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-303-14/+20
* Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-221-1/+1
* Fix `valid-metaclass-classmethod-first-arg` default value (#7791)Cubicpath2022-11-191-2/+2
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-053-9/+9
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* Add regression test for no-member with empty AnnAssign (#7632)Marc Mueller2022-10-201-0/+16
* Prevent `redefined-outer-name` for `if t.TYPE_CHECKING`Jacob Walls2022-09-281-2/+10
* Replace no-method-argument with no-self-argument when variadic args present (...Jakub Kuczys2022-09-231-1/+1
* Add a functional regression test. (#7451)Mark Byrne2022-09-101-0/+24
* Add a functional regression test. (#7364)Mark Byrne2022-08-261-0/+14
* Add enum regression test (#7323)Marc Mueller2022-08-201-0/+24
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1810-29/+21
* Rename bad-exception-context to bad-exception-cause (#7125)VictorT2022-07-181-1/+1
* Add regression test for Enum imported as alias (#6798)Daniël van Noord2022-07-171-0/+15
* [struct.unpack] Add a test for a false positive no-member (#7138)Pierre Sassoulas2022-07-061-0/+5
* [not-callable] Add a regression test for issue #4660 (#7110)Pierre Sassoulas2022-07-023-0/+48
* [unused-variable] Add a regression test for a false positive (#7104)Pierre Sassoulas2022-06-301-0/+47
* Rename clashing import name in one test case (#6797)Jakub Kulík2022-06-022-5/+5
* [raise-missing-from] Clearer message and example in the documentation (#6576)Pierre Sassoulas2022-05-122-18/+37
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)Mark Byrne2022-05-071-0/+30
* Add regression test of invalid-sequence-index false-positiveAndrew Haigh2022-05-061-0/+4
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-056-6/+6
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-1/+1
* Update tests and testoptions for PyPyDaniël van Noord2022-05-031-3/+0
* Add optional check `redefined-loop-name` (#5649)Jacob Walls2022-05-016-50/+3
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-0/+2
* Suppress `unsubscriptable-object` warnings in type-checking blocks (#5720)Pierre Sassoulas2022-04-091-0/+13
* ``redefined-slots-in-subclass`` crash when slot type is neither a string or c...Mark Byrne2022-04-021-1/+7
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-123-3/+3
* Add regression test for issue #5408 (#5795)Daniël van Noord2022-03-121-0/+37
* Fixes for tests due to new ``tolineno`` behaviourDaniël van Noord2022-03-122-2/+1
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-111-1/+1
* Add `distutils` to deprecated modules (#5864)Jacob Walls2022-03-081-1/+1
* Move functional test files to new structureDaniël van Noord2022-02-1024-0/+0
* Improve error message arguments formatting [redefined-slots] (#5754)Marc Mueller2022-01-311-2/+2
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-261-1/+1