Skip to content

Increase visibility for external integration tests #448

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

Merged

Conversation

devrandom
Copy link
Member

@devrandom devrandom commented Jan 15, 2020

I am starting an external integration test suite using rust-lightning. I found that I needed the following visibility increases in order to be able to compile a functional test. For example, visibility of InitFeatures is needed to orchestrate channel opening via handle_open_channel.

Is there an alternative way of achieving this?

The tests are here: https://gitlab.com/lightning-signer/rust-lightning-signer - mostly cribbed from one of the internal rust-lightning functional tests.

@devrandom devrandom force-pushed the visibility-for-test branch from 3c885ef to 4b41600 Compare January 16, 2020 22:52
Copy link
Collaborator

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just needs a squash.

@devrandom devrandom force-pushed the visibility-for-test branch from 4b41600 to 481e221 Compare January 16, 2020 23:07
@devrandom
Copy link
Member Author

Done

@TheBlueMatt TheBlueMatt merged commit 09d2a71 into lightningdevkit:master Jan 16, 2020
@devrandom devrandom deleted the visibility-for-test branch January 17, 2020 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants