Skip to content
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

Refactor and speed up e2e tests #145

Open
bigspider opened this issue Apr 18, 2023 · 0 comments
Open

Refactor and speed up e2e tests #145

bigspider opened this issue Apr 18, 2023 · 0 comments
Labels

Comments

@bigspider
Copy link
Collaborator

test_e2e_multisig.py, test_e2e_miniscript.py, and test_e2e_tapscripts.py Have a lot of shared code that could be abstracted and put in common utility file.

Moreover, we can reduce a lot the running time of the tests by skipping the registration of the wallet policies (that is, computing the hmac locally instead of having that as part of the test); since we have plenty of speculos tests for that, this would reduce the running time of the suite without significantly reducing the test coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant