core-lightning/tests
Rusty Russell cd35835c5a sendpay/sendonion: add optional partid arg, finesse msatoshi argument.
msatoshi was used to indicate the amount the invoice asked for, but
for parallel sendpay it's required, as it allows our sanity check of
limiting the total payments in flight, ie. it becomes
'total_msat'.

There's a special case for sendonion, which always tells us the value is 0.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-12-12 15:03:53 +01:00
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins pytest: demonstrate failing rpc_command hook rewrite to plugin. 2019-12-07 21:26:31 +01:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
db.py pytest: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pyln: Allow users to override the LightningNode class 2019-11-12 21:23:55 +01:00
requirements.txt tests: update requirements 2019-12-02 14:41:13 +01:00
test_closing.py pytest: Parametrize test_deprecated_closing_compat for elements 2019-12-11 16:18:34 +01:00
test_connection.py connectd: make failure message more descriptive 2019-12-04 15:32:31 -06:00
test_db.py lightningd: don't start if bitcoind is behind. 2019-11-21 05:18:29 +00:00
test_gossip.py pytest: Parametrize test_query_short_channel_id for elements 2019-12-11 16:18:34 +01:00
test_invoices.py pytest: Mark some tests as skippable that are too bitcoin-specific 2019-10-03 04:32:57 +00:00
test_misc.py pytest: Parametrize test_config_in_subdir for elements 2019-12-11 16:18:34 +01:00
test_pay.py sendpay/sendonion: add optional partid arg, finesse msatoshi argument. 2019-12-12 15:03:53 +01:00
test_plugin.py lightningd: make sure rpc_command replacement is well-formed. 2019-12-07 21:26:31 +01:00
test_wallet.py pytest: Stabilize the hsm_encryption test 2019-12-11 16:18:34 +01:00
utils.py common/features: add payment_secret feature if EXPERIMENTAL. 2019-11-24 23:33:17 +00:00