Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-29 | Ensure a legacy wallet for BDB format check | Andrew Chow | |
2020-10-29 | Skip --descriptor tests if sqlite is not compiled | Andrew Chow | |
2020-10-15 | test: add coverage for getwalletinfo format field | Jon Atack | |
2020-09-29 | test, refactor: add default_wallet_name and wallet_data_filename variables | Russell Yanofsky | |
No changes in behavior | |||
2020-08-06 | refactor: test: use _ variable for unused loop counters | Sebastian Falbesoner | |
substitutes "for x in range(N):" by "for _ in range(N):" indicates to the reader that a block is just repeated N times, and that the loop counter is not used in the body | |||
2020-04-23 | tests: Add RPCOverloadWrapper which overloads some disabled RPCs | Andrew Chow | |
RPCOverloadWrapper overloads some deprecated or disabled RPCs with an implementation using other RPCs to avoid having a ton of code churn around replacing those RPCs. | |||
2020-04-23 | Functional tests for descriptor wallets | Andrew Chow | |