-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
How to test the testnet #1130
Comments
We have added Testnet4 config by this commit d8c68f2. However we did not add integration tests yet. Would you mind if we take them from your fork and integrate them? |
It's good, but I don't know if it will work. |
Also, testnet4 does not work with the current |
Hello, thanks for your work here! As mentioned by Martin above, we will cherry-pick your commit and synchronize it with current |
ok. no problem. |
......So what is the correct test command for testnet? |
I am currently creating a pull request for testnet4.
https://github.com/wakiyamap/blockbook/commits/testnet4-bitcoin/
The testing method seems to be different from before, so I would like to confirm it.
If I were to test it, would the following command be okay?
make test
and
make test-integration ARGS="-v -run=TestIntegration/bitcoin_testnet4=main"
The text was updated successfully, but these errors were encountered: