Page MenuHomePhabricator

test: shift coverage from getunconfirmedbalance to getbalances
ClosedPublic

Authored by PiRK on Jan 15 2021, 09:47.

Details

Summary

Improve getbalances coverage in wallet_balance tests
and shift some getunconfirmedbalance calls to getbalances, as the former is
deprecated, while leaving essential coverage for it in test_balances().

Shift coverage from getunconfirmedbalance to getbalances in wallet_abandonconflict tests

Use getbalances in wallet_address_types tests

This is a backport of Core PR18451

Test Plan

test/functional/test_runner.py wallet*

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Jan 15 2021, 09:48
Fabien added a subscriber: Fabien.
Fabien added inline comments.
test/functional/wallet_balance.py
178 ↗(On Diff #26991)

Move comment above

This revision is now accepted and ready to land.Jan 15 2021, 10:25
PiRK edited the test plan for this revision. (Show Details)

move comment on its own line