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

Expose a _test_utils feature to expose integration test helpers #422

Open
DanGould opened this issue Dec 2, 2024 · 0 comments
Open

Expose a _test_utils feature to expose integration test helpers #422

DanGould opened this issue Dec 2, 2024 · 0 comments

Comments

@DanGould
Copy link
Contributor

DanGould commented Dec 2, 2024

Higher layer payjoin implementations like payjoin-ffi and payjoin-flutter and the bindings they produce would make use of a _test_utils feature like rust-lightning has. The _ prefix prevents it from being a listed feature in documentation by default.

This should expose:

  • BitcoinD and wallet setup
  • payjoin-directory setup and teardown, including ephemeral Redis containers
  • ohttp-relay setup and teardown

Then, the higher level crates can create bindings to make these available in all languages we bind to for easy test duplication downstream.

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

No branches or pull requests

1 participant