summaryrefslogtreecommitdiff
path: root/tests/functional/d/deprecated_lambda.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed Python 2 specific checksClaudiu Popa2019-09-171-23/+0
| | | | | Certain checks such as relative-import, invalid-encoded-data and missing-super-argument were removed as they no longer make sense on Python 3.
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+23
e/example_functional_tests.py Permit to navigate in the functional tests easier.