summaryrefslogtreecommitdiff
path: root/tests/functional/i/iterable_context.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-1/+1
|
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-091-0/+1
|
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-11/+10
| | | | | | | - Refactor Classes which inherit from `object`. - Remove `import print_function from __future__`. - Remove assignments to `__revision__` from the functional test module when it is never used throughout the module. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add regression test for #6372Jacob Walls2022-05-021-0/+4
|
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+2
|
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
| | | | | | See https://github.com/PyCQA/pylint/issues/2409#issuecomment-1100952171 Closes #2409
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-061-1/+1
| | | | | | * Add ``redundant-u-string-prefix`` checker This adds a checker for u-prefixes for strings, as used in Python 2. It only work in python 3.8 and above. Closes #4102
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+192
e/example_functional_tests.py Permit to navigate in the functional tests easier.