summaryrefslogtreecommitdiff
path: root/tests/functional/p
Commit message (Expand)AuthorAgeFilesLines
* Add new checker `kwarg-superseded-by-positional-arg` and fix a false positive...Mark Byrne2023-05-161-1/+1
* Fix false positive for ``positional-only-arguments-expected`` when a function...Mark Byrne2023-04-091-0/+18
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-292-2/+2
* [cleanup] Move tests starting with 'postponed' in a subdirPierre Sassoulas2023-03-2316-0/+0
* Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...Mark Byrne2023-03-033-5/+16
* feat(6489): implement `positional-only-arguments-expected` checker (#8121)yushao22023-01-283-0/+24
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-154-70/+86
* Define Protocol as abstract to prevent abstract-method FP (#7839)Dani Alcala2022-11-303-0/+50
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-3/+2
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-103-3/+3
* Don't emit unsubscriptable-object for string annotations (#6536)Marc Mueller2022-05-072-2/+1
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-056-8/+6
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-043-3/+3
* Fix false negative for `protected-access` on functions (#5990)Jacob Walls2022-03-272-0/+16
* Add ``potential-index-error`` checker (#5552)Daniël van Noord2022-03-252-0/+28
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-122-3/+3
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-261-1/+1
* Revert renaming extension tests (#5473)Marc Mueller2021-12-052-0/+7
* Move ``TestVariablesChecker`` to functional tests (#5400)Daniël van Noord2021-11-259-0/+92
* Update functional test expected output (#5349)Daniël van Noord2021-11-248-80/+80
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-235-26/+0
* Remove unwanted non-breaking whitespaces in comment (#5256)Pierre Sassoulas2021-11-041-1/+1
* Require Python 3.6 for consider f-string check (#5024)Marc Mueller2021-09-172-0/+17
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-301-2/+0
* Add simplified test cases for inference of pattern variablesMarc Mueller2021-07-191-0/+14
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-173-0/+9
* Add regression test for Pattern Matching 3.10 (#4550)Marc Mueller2021-06-072-0/+26
* Added deprecated decorators check (#4513)Matus Valo2021-05-271-3/+4
* Fix - Improve check for invalid PEP 585 syntax (#4345)Marc Mueller2021-04-124-4/+18
* Improve check for invalid PEP 585 syntax inside functions (#4340)Marc Mueller2021-04-125-3/+52
* Use value.qname() to check if class is subscriptable PEP585Marc Mueller2021-03-274-2/+36
* Merge the two tests for use-symbolic-message-insteadPierre Sassoulas2021-03-171-1/+1
* Cleanup unwanted 'use-symbolic-message-instead' in functional testsPierre Sassoulas2021-03-171-1/+1
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-172-2/+2
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-071-0/+24
* Fix issue with nested PEP 585 syntaxMarc Mueller2021-02-165-12/+83
* Remove tests that only run pre-Python 3.6David Gilman2021-02-163-14/+0
* Add support for pep585 with postponed evaulationMarc Mueller2021-02-158-0/+287
* Add column to the information checked for functional testsPierre Sassoulas2021-01-245-10/+10
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-291-0/+0
* Adds a unittest to check for fake Protocol casehippo912020-10-112-0/+14
* Adds a unittest for generic form of Protocolhippo912020-10-101-0/+11
* Updated class nameLuigi Bertaco Cristofolini2020-10-081-2/+2
* bugfix: accepts aliases for __future__ annotationsLuigi2020-10-012-0/+30
* `property-with-parameters` properly handles abstract propertiesClaudiu Popa2020-05-142-1/+15
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-031-1/+1
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-101-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-1020-0/+120