Uh oh!
There was an error while loading. Please reload this page.
Integration test framework - #79
Conversation
Uh oh!
There was an error while loading. Please reload this page.
2e3ad78 to
5e3cb06Comparerajarshimaitra
commented
Mar 14, 2022
License updated.. |
The tests are failing because there is no
Will figure which one fits better, and update.. |
I feel the best way to go about this is merging #65. In that way we will get a automatic regtest node with bdk-cli. And we don't need to replay |
rajarshimaitra
commented
Apr 28, 2022
This one is awaited on the 2nd part of #65, where RPC controls are to be exposed from bdk-cli itself. That will be the easiest way to have a fully featured test framework with backend included.. And we won't need a wrapper over |
rajarshimaitra
commented
May 19, 2022
This is now superseded by #92 |
Description
Fixes#62
This PR adds a rough integration test framework that can be used to programmatically test bdk-cli with a regtest backend for different scenarios. It uses
std::process::Commandto execute system commands with custom arguments..Currently it only includes
build with all features,perform a basic wallet op. More tests can be added later.The tests can be run via
cargo testand it will run them in the integration test section https://doc.rust-lang.org/rust-by-example/testing/integration_testing.htmlChecklists
All Submissions:
cargo fmtandcargo clippybefore committing