summaryrefslogtreecommitdiff
path: root/tests/functional/i/invalid
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-297-7/+7
* [cleanup] Move tests starting with 'invalid_all' in a subdirPierre Sassoulas2023-03-2310-0/+0
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-154-26/+34
* Improve `invalid-slice-index` and add `invalid-slice-step` (#7762)Marc Mueller2022-11-142-6/+38
* Flag `superfluous-parens` if parentheses are used during string concatenation...Dani Alcala2022-11-132-1/+2
* Remove unused ExtSlice code paths (#7759)Marc Mueller2022-11-131-1/+1
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-092-2/+2
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-051-11/+11
* [invalid-class-object] Better error message giving more informationPierre Sassoulas2022-09-161-5/+5
* [invalid-class-object] Set the confidence correctly for the checkPierre Sassoulas2022-09-161-5/+5
* [invalid-class-object] Fix crash when __class__ is defined with a tuplePierre Sassoulas2022-09-162-2/+48
* Add regression test for #3973 (#7409)Daniël van Noord2022-09-041-0/+6
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1818-146/+145
* Add regression test for #6539Jacob Walls2022-05-091-0/+3
* Fix invalid-enum-extension with IntFlag (#6511)Marc Mueller2022-05-051-1/+6
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-0513-13/+13
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-0411-11/+11
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
* Normalize the pylint disables in functional testsPierre Sassoulas2022-04-181-1/+1
* New check E0244: Extending inherited Enum class (#6018)Joe Young2022-04-042-0/+22
* Don't emit `raising-bad-type` when there is ambiguity (#5968)Jacob Walls2022-03-251-0/+18
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-1217-57/+57
* Fix false positive for `invalid-class-object` when inference fails (#5901)Jacob Walls2022-03-121-0/+14
* Fixes for tests due to new ``tolineno`` behaviourDaniël van Noord2022-03-122-11/+6
* Move functional test files to new structureDaniël van Noord2022-02-1041-0/+0
* Move various tests from ``TestTypeChecker`` to functional tests (#5455)Daniël van Noord2021-12-022-0/+38
* Move ``TestNameChecker`` to functional tests (#5421)Daniël van Noord2021-11-285-0/+73
* Update functional test expected output (#5349)Daniël van Noord2021-11-2425-154/+154
* Upgrade astroid to 2.9.0 (#5355)Marc Mueller2021-11-211-5/+5
* Improve node info for invalid-name (#5094)Marc Mueller2021-10-052-3/+34
* Fix ``invalid-name`` for overwritten base ``object`` methods (#5079)Daniël van Noord2021-09-282-6/+14
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Fix bad node given to a message and false positive invalide format for ``__al...Pierre Sassoulas2021-09-133-1/+15
* Fix the raising-bad-type warning for stringPierre Sassoulas2021-09-012-0/+6
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-012-2/+2
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-303-0/+16
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-302-4/+0
* Additional tests for PyCQA/astroid#1126David Liu2021-08-163-0/+21
* Fix false positives for invalid-all-format (#4711) (#4829)kasium2021-08-112-0/+8
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-293-3/+3
* Fix invalid-overridden-method with nested property (#4710)Marc Mueller2021-07-152-1/+52
* Add test case from issue #119 for easier resolutionPierre Sassoulas2021-06-142-0/+26
* Add new checker invalid-all-formatMarc Mueller2021-06-014-0/+16
* Fix invalid value returned in lenPierre Sassoulas2021-05-292-0/+8
* Added deprecated decorators check (#4513)Matus Valo2021-05-271-1/+2
* Implemented new checker invalid-class-object (#4510)yushao22021-05-2633-0/+20
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0747-0/+1754