summaryrefslogtreecommitdiff
path: root/tests/functional/g
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-292-2/+2
* Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-272-0/+10
* Update docs for `global-variable-not-assigned` (#8151)Dani Alcala2023-02-012-13/+27
* Add child class name and confidence to ``abstract-method`` message (#7503)Dani Alcala2022-09-209-50/+50
* False positive `global-variable-not-assigned` (#7479)Mark Byrne2022-09-192-14/+15
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-185-20/+18
* Fix no-member in type annotations with future import (#6608)Marc Mueller2022-05-132-1/+10
* Don't emit unsubscriptable-object for string annotations (#6536)Marc Mueller2022-05-074-6/+27
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-1/+1
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-1210-58/+58
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-111-1/+1
* Fixed false positive for ``global-variable-undefined`` (#5690)Mark Byrne2022-01-172-12/+25
* Fixed false positive for ``global-variable-not-assigned`` when the `del` stat...Mark Byrne2022-01-102-4/+12
* Move ``TestVariablesChecker`` to functional tests (#5419)Daniël van Noord2021-11-282-1/+8
* Update functional test expected output (#5349)Daniël van Noord2021-11-2413-266/+266
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-112-8/+47
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-032-3/+3
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-1/+1
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-1/+1
* Add generic alias test cases (#4239)Marc Mueller2021-04-1031-0/+1260
* Remove txt file during update for functional test without outputPierre Sassoulas2021-03-171-1/+0
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre 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/+3
* Graingert add generated members match against the qualified name (#4092)Pierre Sassoulas2021-02-153-1/+10
* Add column to the information checked for functional testsPierre Sassoulas2021-01-242-8/+8
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-291-0/+0
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-171-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-108-0/+74