-
Notifications
You must be signed in to change notification settings - Fork 142
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
Extend the integration tests to test failure conditions #317
Labels
good first issue
Good for newcomers
Comments
Working on this. |
@dunxen could you please let me work on this issue, as I have started understanding the codebase and was looking forward to contributing to the organisation in the coming summer. |
Hi @kanishk779. Yes, of course! I have not done too much yet. 🙂 |
This was merged in #429 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #309, we added integration tests to check descriptor satisfaction logic. We should extend the
test_desc_satisfy
rust-miniscript/integration_test/src/test_desc.rs
Line 43 in 75ff627
to return result. And test misc failure test cases for descriptors.
bitcoin.sipa.be/miniscript
. This can be a bit challenging but is a good resource to get started and understand miniscript hands-on.The text was updated successfully, but these errors were encountered: