core-lightning/tests
Rusty Russell c11212bb52 pytest: test that we handle WIRE_UPDATE_FAIL_MALFORMED_HTLC correctly.
We could use sendonion to do this, but it actually takes a different path through
pay, and I wanted to test all of it, so I made a new dev flag.

We currently get upset with the response:

	lightningd/pay.c:556: payment_failed: Assertion `!hout->failcode' failed.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-01-29 21:15:25 +01:00
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins pytest: Add a plugin for custommsgs and check that they get the msgs 2020-01-28 23:50:52 +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 fix: pip dependency version for psycopg2-binary 2019-12-19 13:26:13 +01:00
test_closing.py pytest: use pyln.client for functional tests 2020-01-21 22:38:14 +01:00
test_connection.py pytest: use pyln.client for functional tests 2020-01-21 22:38:14 +01:00
test_db.py pytest: Fix optimistic locking in valgrind - developer config 2020-01-13 08:55:32 +08:00
test_gossip.py pytest: use pyln.client for functional tests 2020-01-21 22:38:14 +01:00
test_invoices.py tests/test_invoices.py: Add test for timeout param of waitanyinvoice. 2020-01-28 14:07:52 +01:00
test_misc.py pytest: test that we handle WIRE_UPDATE_FAIL_MALFORMED_HTLC correctly. 2020-01-29 21:15:25 +01:00
test_pay.py sphinx: Actually use the pad stream to generate the packet 2020-01-27 22:48:42 +01:00
test_plugin.py pytest: use pyln.client for functional tests 2020-01-21 22:38:14 +01:00
test_wallet.py txprepare: make output finding map for withdraw_tx variable len 2020-01-27 22:59:41 +01:00
utils.py Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL. 2019-12-12 22:16:03 +01:00