core-lightning/contrib/pyln-testing/pyln/testing
Christian Decker 5307586d4d msggen: Add a new generator for grpc -> python converter
To test the grpc interface we'll want to emulate the JSON-RPC
interface as best we can, hence when talking to the grpc interface we
want to convert back into a parsed JSON format as LightningRpc would
have returned it. This is just the simplest way of closing the loop
here:

```
  pyln-testing --grpc-> cln-grpc --grpc2json
     ^                                  |
     |                                  v
     |                               JSON-RPC
     |                                  |
    TEST                                v
     ^                                 CLN
     |                                  |
     |                                  v
  pyln-testing <-grpc2py-- cln-grpc <- json2grpc
```
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
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: restore prefix to logging. 2022-07-09 09:59:52 +09:30