core-lightning/tests
Rusty Russell 64d40414b2 pytest: speed up test_restart_many_payments.
I thought this was timing out because I made it slow with the
change to txprepare as a plugin.  In fact, it was timing out
because sometimes gossip comes so fast it gets suppressed
and we never get the log messags.

Still, before this it took 98 seconds under valgrind and
24 under non-valgrind, so it's an improvement to time as
well as robustness.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-08-07 13:57:31 +02:00
..
data hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00
plugins tests/test_plugin.py: Add test for --important-plugin. 2020-08-04 13:27:51 -05:00
vectors
benchmark.py
conftest.py
db.py
fixtures.py pytest: Add a compat() fixture allowing checks for specific flags 2020-07-07 23:25:45 +02:00
test_closing.py pytest: Disable MPP sending for 4 tests 2020-07-15 11:32:58 +02:00
test_connection.py pytest: speed up test_restart_many_payments. 2020-08-07 13:57:31 +02:00
test_db.py hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00
test_gossip.py gossipd: return channel_announcement features for listchannels. 2020-05-07 08:44:58 +09:30
test_invoices.py
test_misc.py lightningd/plugin.c: Make builtin plugins important. 2020-08-04 13:27:51 -05:00
test_onion.py
test_pay.py plugins/pay.c: Fix the routehints/presplit conflict. 2020-08-06 17:36:58 +02:00
test_plugin.py lightningd/plugin.c: Add a --dev-builtin-plugins-unimportant for developers who want to mess around with the builtin plugins. 2020-08-04 13:27:51 -05:00
test_wallet.py fundpsbt: make parameters more usable. 2020-07-17 13:53:46 +02:00
utils.py bitcoin: add weight calculation helpers. 2020-07-06 19:25:05 +02:00