summaryrefslogtreecommitdiff
path: root/tests/functional/ext/redefined_variable_type/redefined_variable_type.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix a false positive for ``redefined-variable-type`` when ``async`` methods ↵Mark Byrne2023-01-281-0/+25
| | | | | are present. (#8123) Closes #8120
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-3/+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 the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-231-0/+85