From a2325c696363c42f3b4be8191cace84fa51449b2 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sat, 9 Sep 2023 15:16:12 +0200 Subject: [PATCH] docs: add reference to the new testing framework Signed-off-by: Vincenzo Palazzo --- README.md | 1 + testing/README.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 testing/README.md diff --git a/README.md b/README.md index 04a1843..f5ae5ba 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ These are the complete list of craters supported right now | clightningrpc-plugin | Crate that provides a plugin API to give the possibility to implement a plugin in Rust | ![Crates.io](https://img.shields.io/crates/v/clightningrpc-plugin?style=flat-square) | | clightningrpc-plugin-macros | Crate that provides a procedural macros implementation to make easy to develop a plugin developer to build a plugin | ![Crates.io](https://img.shields.io/crates/v/clightningrpc-plugin_macros?style=flat-square) | | clightningrpc-conf | This crate provides configuration manager for core lightning. | ![Crates.io](https://img.shields.io/crates/v/clightningrpc-conf?style=flat-square) | +| clightningrpc-testing | This crate provides test framework for core lightning (including bitcoin). | unrelated | ## Contributing guidelines diff --git a/testing/README.md b/testing/README.md new file mode 100644 index 0000000..7779339 --- /dev/null +++ b/testing/README.md @@ -0,0 +1,39 @@ +
+

Core Lightning rust test framework

+ +

+ Crate that provides a test framework for core lightning. +

+ +

+

+ +

+ Project Homepage +

+ + + docs.rs + + +
+ +Crate that provides a testing framework for core lightning (including bitcoin). + +```rust +// TODO +``` + +# Contributing guidelines + +- Four spaces +- Call `make fmt` before committing +- If you can, GPG-sign at least your top commit when filing a PR + +# Supports + +If you want support this library consider to donate with the following methods + +- Lightning address: vincenzopalazzo@coinos.io +- BOLT 12: https://bruce.lnmetrics.info/donation +- [Github donation](https://github.com/sponsors/vincenzopalazzo)