core-lightning/tests
Rusty Russell 4816550b0f lightningd: check rune parameter names with and without punctuation.
Changelog-Changed: runes: named parameters (e.g. `pnameamountmsat`) no longer need to remove underscores (i.e. `pnameamount_msat` now works as expected).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-03-20 11:18:36 +10:30
..
data common: add routing test using real data which crashes. 2024-03-07 14:09:14 +01:00
fuzz common: add tal_arr_eq helper. 2024-02-16 15:02:38 +01:00
plugins libplugin: support version strings for deprecations. 2024-01-26 10:30:22 +10:30
vectors
benchmark.py
conftest.py pytest: use --developer instead of environment variable. 2023-09-21 20:08:24 +09:30
fixtures.py pytest: use --developer instead of environment variable. 2023-09-21 20:08:24 +09:30
rkls_github_canned_server.py
test_bookkeeper.py options: make anchors enabled by default, ignore experimental-anchors. 2024-02-08 06:32:01 +10:30
test_cln_rs.py cln_plugin : Test default values for ConfigOptions 2024-02-08 15:37:44 +01:00
test_clnrest.py lightningd: don't print out notification msat fields as strings. 2023-11-21 08:23:39 +01:00
test_closing.py lightningd: clean up close logic, fix bug where we can't override destination. 2024-02-16 15:02:38 +01:00
test_connection.py pyetst: Fix up a test checking fees after fee calc change 2024-02-13 15:47:48 +01:00
test_db.py pytest: fix psbt db test. 2024-01-31 09:15:46 +10:30
test_gossip.py gossipd: set dying flag on node_announcement when all channels are dying. 2024-02-12 11:43:33 +01:00
test_invoices.py pytest: note where we use very deprecated features, so tests don't rbeak. 2024-01-26 10:30:22 +10:30
test_misc.py pytest: Stabilize the test_recover_plugin test 2024-02-20 17:59:06 +01:00
test_mkfunding.py
test_onion.py
test_opening.py options: make anchors enabled by default, ignore experimental-anchors. 2024-02-08 06:32:01 +10:30
test_pay.py pay: add partial_msat option to make partial payment. 2024-03-20 10:58:28 +10:30
test_plugin.py lightningd: name error messages a bit more readable. 2024-03-20 11:18:36 +10:30
test_reckless.py pytest: add tests for pip and poetry installed virtual envs 2024-02-07 13:24:34 +01:00
test_renepay.py renepay: update the gossmap after addgossip 2024-02-16 14:51:14 +01:00
test_runes.py lightningd: check rune parameter names with and without punctuation. 2024-03-20 11:18:36 +10:30
test_splicing_disconnect.py splice: Add support for tx_abort to channeld 2024-02-11 10:46:23 +01:00
test_splicing_insane.py splice: Agressive restart testing during splices 2023-12-15 09:42:45 +10:30
test_splicing.py splice: Add support for tx_abort to channeld 2024-02-11 10:46:23 +01:00
test_wallet.py addpsbtoutput: allow command to specify output address. 2023-11-01 14:11:28 +10:30
utils.py options: make anchors enabled by default, ignore experimental-anchors. 2024-02-08 06:32:01 +10:30
valgrind-suppressions.txt