This is preparation work to add a new linter that will enforce this new sorting.
The command used was (excluding contrib/):
isort --profile=black --line-length=79 test/functional/feature_*
Differential D10201
sort python imports in feature_* functional tests PiRK on Sep 27 2021, 08:48. Authored by Tags None Subscribers None
Details
This is preparation work to add a new linter that will enforce this new sorting. The command used was (excluding contrib/): isort --profile=black --line-length=79 test/functional/feature_* ninja check-functional
Diff Detail
|