summaryrefslogtreecommitdiff
path: root/tests/functional/m
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-292-3/+3
* Fix a false negative for 'missing-parentheses-for-call-in-test'Pierre Sassoulas2023-02-052-19/+56
* add inferenceclavedeluna2023-01-231-3/+3
* fix no-kwoa for any with callsclavedeluna2023-01-232-0/+3
* fix no-kwoa for one with callclavedeluna2023-01-231-1/+18
* Fixes ``method-cache-max-size-none`` false positive (#7908)Dani Alcala2022-12-092-6/+15
* ``multiple-statements`` no longer triggers for function stubs using inlined `...Gideon2022-11-294-4/+2
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-091-1/+1
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-051-7/+7
* Fix crash in ``modified_iterating`` checker for set defined as a class attrib...Dani Alcala2022-09-302-17/+30
* Replace no-method-argument with no-self-argument when variadic args present (...Jakub Kuczys2022-09-231-2/+2
* Fix a crash in the `modified-iterating-dict` checker involving instance attri...Jacob Walls2022-09-161-0/+12
* Fix crash while iteraring over a class attribute (#7386)Daniël van Noord2022-08-312-2/+15
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1818-66/+60
* Don't emit `modified-iterating-dict` when updating existing keys (#7037)Jacob Walls2022-06-252-0/+11
* [ADD] missing-timeout: Used when a method call an external request (#6780)Moises Lopez - https://www.vauxoo.com/2022-06-232-0/+110
* Emit `using-constant-test` when testing truth value of a call returning a gen...Jacob Walls2022-06-111-15/+15
* Emit modified-iterating-list|dict|set for literals or usage of `del` (#6652)Jacob Walls2022-06-042-3/+19
* Update ranges for error messages (#6606)Marc Mueller2022-05-131-15/+15
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-056-6/+6
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-043-8/+9
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-1/+1
* Rename ``cache-max-size-none`` and check ``functools.cache`` (#6182)Daniël van Noord2022-04-195-0/+141
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-182-2/+2
* Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``Daniël van Noord2022-04-041-1/+0
* Fix issue #5969 for `modified_iterating-list` (#5986)orSolocate2022-03-261-0/+16
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-128-17/+17
* Move functional test files to new structureDaniël van Noord2022-02-104-0/+0
* Add `iterating-modified-list` checker for modified lists (#5628)orSolocate2022-02-012-0/+67
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-261-1/+1
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Move ``TestMultiStatementLine`` to functional tests (#5423)Daniël van Noord2021-11-285-0/+72
* Move ``TestDocstring`` to functional tests (#5404)Daniël van Noord2021-11-2614-0/+74
* Move ``TestVariablesChecker`` to functional tests (#5400)Daniël van Noord2021-11-252-6/+39
* Update functional test expected output (#5349)Daniël van Noord2021-11-2424-95/+95
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-239-461/+0
* Migrate test for extension to functional testsPierre Sassoulas2021-11-233-0/+235
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-144-8/+23
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-253-0/+66
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-181-0/+36
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-103-0/+132
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-013-4/+5
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-305-6/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-061-1/+1
* Remove match-crash-4685 testMarc Mueller2021-07-192-65/+0
* Add a functional tests for 4685Pierre Sassoulas2021-07-192-0/+65
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-251-1/+1
* Update regression tests for PyCQA/astroid#940 (#4466)Andrew Haigh2021-05-111-2/+2
* Fix additional test caseMarc Mueller2021-05-111-2/+2