Page MenuHomePhabricator

test: use f-strings in feature_* tests (part 2).
ClosedPublic

Authored by PiRK on Feb 28 2023, 12:29.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr22229
Lint
Lint Errors
SeverityLocationCodeMessage
Errortest/functional/feature_loadblock.py:53F541flake8 F541
Errortest/functional/feature_loadblock.py:54F541flake8 F541
Unit
No Test Coverage
Build Status
Buildable 22126
Build 43887: Build Diffbuild-debug · build-without-wallet · build-clang-tidy · build-clang · build-diff
Build 43886: arc lint + arc unit

Event Timeline

PiRK requested review of this revision.Feb 28 2023, 12:29

don't use f-string without placeholder (this is legal, but unnecessary and it triggers a linter error)

This revision is now accepted and ready to land.Feb 28 2023, 12:58