We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should look to create a dedicated section on testing.
Currently, it's difficult to write tests for things like opening channels as it requires a second node.
Some things we might include in this section:
The text was updated successfully, but these errors were encountered:
You might be interested in doing a system test, such as this one for lnrod: https://gitlab.com/lightning-signer/lnrod/-/blob/master/tests/integration-test.py
Note also the Docker method of launching that, at top level of the repo.
Sorry, something went wrong.
jkczyz
No branches or pull requests
We should look to create a dedicated section on testing.
Currently, it's difficult to write tests for things like opening channels as it requires a second node.
Some things we might include in this section:
The text was updated successfully, but these errors were encountered: