eth-educators / ethstaker-deposit-cli

Secure key generation for deposits
https://eth-educators.github.io/ethstaker-deposit-cli/
Creative Commons Zero v1.0 Universal
2 stars 2 forks source link

Add integration tests #30

Open remyroy opened 2 months ago

remyroy commented 2 months ago

It would be nice to have integration tests that test larger sections of the codebase and have them run in the CI workflows.

Tests that we are not currently always running are in test_binary_btec_script.py, test_binary_deposit_script.py, test_btec_script.py and test_deposit_script.py. We could reuse those tests.