-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add integration tests for electrum, esplora, bitcoind_rpc crates #1094
Comments
To reduce duplicate code this should be done after #1113, with similar consolidated |
One of my biggest doubt for this is how to test examples. Running We might decide to duplicate the examples code into our tests, but then we need to make sure that the two stay up to date one with the other. |
According to our previous discussion, for the moment I assign the beta release to both this and the #1113 issue and then if we can make it in time for alpha.3 they can be included |
Blockchain crates have good test coverage, see #906. We should open new issues for specific scenarios that need more testing. |
Describe the enhancement
Basic blockchain integration tests need to be added to confirm scan and sync in different scenarios.
Use case
Example scan and sync test scenarios:
Additional context
Originally suggested by @danielabrozzoni on discord: https://discord.com/channels/753336465005608961/753367451319926827/1144280548802572319
The text was updated successfully, but these errors were encountered: