summaryrefslogtreecommitdiff
path: root/tests/functional/r/redefined
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-292-3/+3
|
* Emit `used-before-assignment` for variables only defined under always false ↵Jacob Walls2022-11-221-1/+1
| | | | tests (#6677)
* Prevent `redefined-outer-name` for `if t.TYPE_CHECKING`Jacob Walls2022-09-281-2/+10
|
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-182-4/+3
| | | | | | | - 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>
* ``redefined-slots-in-subclass`` crash when slot type is neither a string or ↵Mark Byrne2022-04-021-1/+7
| | | | | | | constant node (#6112) * Suppress `invalid-slots-object` in the function tests for `redefined-slots-in-subclass` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Move functional test files to new structureDaniël van Noord2022-02-1014-0/+257