summaryrefslogtreecommitdiff
path: root/tests/functional/w/with_using_generator.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-2/+1
| | | | | | | - 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>
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+15
e/example_functional_tests.py Permit to navigate in the functional tests easier.