summaryrefslogtreecommitdiff
path: root/tests/functional/w/wrong_import_position.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Removed Python 2 specific checksClaudiu Popa2019-09-171-1/+1
| | | | | Certain checks such as relative-import, invalid-encoded-data and missing-super-argument were removed as they no longer make sense on Python 3.
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-1/+1
| | | | We no longer support Python 2 so we can remove the compatibility code we had in place for that version.
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+33
e/example_functional_tests.py Permit to navigate in the functional tests easier.