core-lightning/tests
Rusty Russell 7a1d13a77e pytest: make test_pay_direct more robust.
We had occasional failures, because the fuzz could overwhelm the difference
in routes.  Increasing the amount to 2,000,000 millisatoshis makes the
riskfactor 53msat (2000000 * 14 * 10 / 5259600) which is always greater
than the worst-case fuzz of 5% on the fee of 1002msat.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-18 15:32:22 +01: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 misc: Update short_channel_id representation to use 'x' separators 2019-01-15 03:50:27 +00:00
test_connection.py pytest: Mark the worst gossip offenders as developer-only tests 2019-02-18 00:06:02 +00: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 pytest: Mark the worst gossip offenders as developer-only tests 2019-02-18 00:06:02 +00:00
test_misc.py pytest: add simple test for --daemon. 2019-02-18 12:01:06 +01:00
test_pay.py pytest: make test_pay_direct more robust. 2019-02-18 15:32:22 +01:00
test_plugin.py plugins: get usage from plugins (required unless deprecated_apis == True). 2019-02-07 20:33:50 +00:00
utils.py pytest: Stabilize the test_pay_direct test 2019-02-08 01:08:44 +00:00