dart-lightning / lndart.cln_grpc

An experimental GRPC interface for core lightning written in dart
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

grpc: introducing test for some of new methods #14

Closed vincenzopalazzo closed 2 years ago

vincenzopalazzo commented 2 years ago

I know that running the example is easier, but in a well-developed library, we need the tests!

You can write and run the test in your local machine with make TLS_PATH=/.lightning/testnet/ check

In addition, now the test are run also in the PR