Expose a _test_utils
feature to expose integration test helpers
#422
Milestone
_test_utils
feature to expose integration test helpers
#422
Higher layer payjoin implementations like
payjoin-ffi
andpayjoin-flutter
and the bindings they produce would make use of a_test_utils
feature likerust-lightning
has. The_
prefix prevents it from being a listed feature in documentation by default.This should expose:
(^ closed by ##484)
Then, the higher level crates can create bindings to make these available in all languages we bind to for easy test duplication downstream.
The text was updated successfully, but these errors were encountered: