summaryrefslogtreecommitdiff
path: root/tests/functional/w/wrong_import_position4.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-171-1/+1
|
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+5
e/example_functional_tests.py Permit to navigate in the functional tests easier.