summaryrefslogtreecommitdiff
path: root/tests/functional/i/init_subclass_classmethod.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-2/+2
| | | | | | | - 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>
* 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
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-301-0/+16
We're only supporting python version > 3.6 so this became useless configuration.