rgb-cln/tests
Rusty Russell 6e63d79159 pylightning: translate msat input to class Millisatoshi
Rather than using LightningJSONDecoder's implicit "field name and
value ends in msat, try converting to Millisatoshi", we do it to
parameters using type annotations.

If you had a parameter which was an array or dict itself, we don't
delve into that, but that's probably OK.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-25 21:45:21 +00:00
..
data pytest: test starting with db corrupted by dangling peer. 2019-02-21 12:03:54 +01:00
plugins pytest: test that we translate to and from Millisatoshi on plugin RPC. 2019-02-25 21:45:21 +00:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
btcproxy.py pytest: create proper mock failures. 2019-01-29 04:50:01 +00:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
fixtures.py pytest: Have bitcoind own its proxies 2019-01-29 00:50:09 +00:00
requirements.txt pytest: Update test dependencies to latest version 2019-01-29 00:50:09 +00:00
test_closing.py wallet: Display addresses derived from scriptPubKey where available 2019-02-22 11:15:24 -08:00
test_connection.py listsendpays: updated version of listpayments. 2019-02-23 05:45:25 +00:00
test_db.py db: fix dangling peers on db upgrade. 2019-02-21 12:03:54 +01:00
test_gossip.py pytest: Mark the worst gossip offenders as developer-only tests 2019-02-18 00:06:02 +00:00
test_invoices.py bitcoin/chainparams: use amount_sat / amount_msat 2019-02-21 08:01:37 +00:00
test_misc.py jsonrpc: Arm the minconf=1 parameter and deal with the fallout 2019-02-22 10:40:59 +00:00
test_pay.py listsendpays: updated version of listpayments. 2019-02-23 05:45:25 +00:00
test_plugin.py pylightning: translate msat input to class Millisatoshi 2019-02-25 21:45:21 +00:00
utils.py pytest: add support for starting nodes with a pre-canned db. 2019-02-21 12:03:54 +01:00