core-lightning/contrib/pyln-testing/pyln/testing
Christian Decker b8bcc7d13f pytest: Add a new RPC interface to talk to grpc
This allows us to re-use existing tests (assuming the call and fields
are covered by `cln-rpc` and `cln-grpc`) to test the full roundtrip
from test over the grpc interface to the json-rpc interface and back
again.

You can switch to the grpc interface by setting the `CLN_TEST_GRPC`
environment variable to 1, but for now only very few shims are
implemented (due to the non-generated nature of LightningRpc).
2022-07-21 14:19:06 +09:30
..
__init__.py v0.11.0rc1 2022-04-05 08:48:46 +09:30
btcproxy.py Skip following import and skip flask type to mypy code analysis. 2021-08-30 12:12:32 +09:30
db.py pyln: Delete psql DBs after testing 2022-02-11 16:02:25 +01:00
fixtures.py pyln-testing: print content of errlog file when _some_ node failed unexpected 2022-07-16 14:19:05 +09:30
gossip.py pyln-testing: Add gossip_store parser to testing framework 2022-07-04 22:14:06 +02:00
grpc2py.py msggen: Add a new generator for grpc -> python converter 2022-07-21 14:19:06 +09:30
grpc.py pytest: Add a new RPC interface to talk to grpc 2022-07-21 14:19:06 +09:30
node_pb2_grpc.py pytest: Move generated grpc bindings to pyln-testing 2022-07-21 14:19:06 +09:30
node_pb2.py pytest: Move generated grpc bindings to pyln-testing 2022-07-21 14:19:06 +09:30
primitives_pb2.py pytest: Move generated grpc bindings to pyln-testing 2022-07-21 14:19:06 +09:30
utils.py pytest: Add a new RPC interface to talk to grpc 2022-07-21 14:19:06 +09:30