summaryrefslogtreecommitdiff
path: root/tests/functional/s
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-244-3/+3
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-311-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-295-11/+11
* [cleanup] Move tests starting with 'singledispatch' in a subdirPierre Sassoulas2023-03-2312-0/+0
* "Message emitted" improvements caused issuesStavros Ntentos2023-02-221-2/+2
* [subprocess-run-check] Add the proper confidencePierre Sassoulas2023-01-231-1/+1
* [subprocess-run-check] Better rationale and messagePierre Sassoulas2023-01-231-1/+1
* pointless-exception-statement: filter call inference for better performance o...James Addison2023-01-202-4/+14
* Add new check "pointless-exception-statement" (#7939)James Addison2023-01-072-0/+19
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-152-3/+7
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-302-0/+22
* Do not crash if next() is called without arguments (#7831)Dani Alcala2022-11-241-0/+10
* Fail pytest runs on warnings (#7809)Jacob Walls2022-11-231-1/+1
* Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-222-1/+3
* Merge branch 'maintenance/2.15.x' into main following 2.15.6 releasePierre Sassoulas2022-11-191-2/+2
|\
| * Suppress `stop-iteration-return` on `itertools.cycle` (#7766)Tushar Sadhwani2022-11-172-2/+8
| * Fix astroid error for custom ``next`` method (#7622)Dani Alcala2022-11-172-11/+53
* | Suppress `stop-iteration-return` on `itertools.cycle` (#7766)Tushar Sadhwani2022-11-142-2/+8
* | Add named-expr-without-context check (#7763)Marc Mueller2022-11-141-1/+1
* | Flag `superfluous-parens` if parentheses are used during string concatenation...Dani Alcala2022-11-136-9/+49
* | Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* | Fix astroid error for custom ``next`` method (#7622)Dani Alcala2022-11-032-11/+53
* | @singledispatch and @singledispatchmethod checks for methods and functions (#...Ramon Saraiva2022-10-3110-0/+122
|/
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1815-81/+78
* Fix crash when a type-annotated `__slots__` with no value is declared. (#7285)Mark Byrne2022-08-112-13/+38
* Don't emit ``super-init-not-called`` for abstract ``__init__`` methods (#7227)Daniël van Noord2022-07-313-4/+50
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-301-1/+1
* Fix tests for Python 3.11 (#7167)Adam Williamson2022-07-142-2/+2
* Fix ``bad-super-call`` for non-direct parents (#6956)Daniël van Noord2022-06-162-4/+34
* Add a doc example for simplifiable-if-expression and simplifiable-if-statementPierre Sassoulas2022-05-292-3/+30
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-054-8/+7
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-042-5/+5
* Update tests and testoptions for PyPyDaniël van Noord2022-05-031-2/+0
* Avoid reporting superfluous-parens after an ``is not`` operator (#6451)Tim Martin2022-04-271-0/+7
* Add ``super-without-brackets`` checker (#6374)Daniël van Noord2022-04-182-0/+24
* 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
* Improve `invalid-slots-object` message output (#6192)Joe Young2022-04-092-5/+13
* Fix crash in ``super-init-not-called`` checker (#6043)Daniël van Noord2022-03-312-0/+8
* Fix false positive for `superfluous-parens` for `return (a or b) in iterable`...Jacob Walls2022-03-261-1/+4
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-127-12/+12
* Move functional test files to new structureDaniël van Noord2022-02-1019-2/+2
* Fix false positive ``super-init-not-called`` for inherited ``init`` (#5698)Daniël van Noord2022-01-242-1/+30
* Fix ``super-init-not-called`` if parent or ``self`` is a ``Protocol`` (#5697)Daniël van Noord2022-01-2410-4/+88
* [regression test] Add functional test for symlinked modulesPierre Sassoulas2021-12-314-0/+11
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-131-1/+1
* Move tests from ``TestComparison`` to functional tests (#5520)Daniël van Noord2021-12-132-7/+11
* Move most tests of ``TestStdlibChecker`` to functional tests (#5427)Daniël van Noord2021-11-292-0/+31
* Move ``TestVariablesChecker`` to functional tests (#5400)Daniël van Noord2021-11-251-0/+13
* Update functional test expected output (#5349)Daniël van Noord2021-11-2429-204/+204