Page MenuHomePhabricator

Sort imports in interface_*, mining_* and mempool_* functional tests
ClosedPublic

Authored by PiRK on Sep 27 2021, 08:50.

Details

Summary

This is preparation work to add a new linter that will enforce this new sorting.

The command used was:

isort --profile=black --line-length=79 test/functional/interface_* test/functional/mempool_* test/functional/mining_*

See D10200 for the rationale regarding --profile=black --line-length=79

Test Plan

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable