core-lightning/tests
Rusty Russell fde353ab00 pytest: use get_nodes more widely.
I started replacing all get_node() calls, but got bored, so then just did the
tests which call get_node() 3 times or more.

Ends up not making a measurable speed difference, but it does make some
things neater and more standard.

Times with SLOW_MACHINE=1 (given that's how Travis tests):

Time before (non-valgrind):
	393 sec (had 3 failures?)
Time after (non-valgrind):
	410 sec

Time before (valgrind):
	890 seconds (had 2 failures)
Time after (valgrind):
	892 sec

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 pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
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 pytest: Add a compat() fixture allowing checks for specific flags 2020-07-07 23:25:45 +02:00
test_closing.py pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02:00
test_connection.py pytest: use get_nodes more widely. 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 pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02:00
test_invoices.py pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02:00
test_misc.py pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02:00
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_pay.py pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02:00
test_plugin.py pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02: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