cln/tests
Rusty Russell d0de3864b3 pytest: fix flake in test_closing_anchorspend_htlc_tx_rbf
```
2026-04-02T04:45:50.5882651Z >       assert 3000 - 1 < total_feerate_perkw < 3000 + 1
2026-04-02T04:45:50.5883085Z E       assert 3001.3083296990844 < (3000 + 1)
2026-04-02T04:45:50.5883354Z
2026-04-02T04:45:50.5883508Z tests/test_closing.py:3853: AssertionError
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-04-10 17:35:59 +10:00
..
data pytest: update "real gossip map" tests to a recent snapshot. 2026-02-05 08:36:28 +10:30
fuzz common: make encode_scriptpubkey_to_addr take explicit len. 2026-03-23 09:22:04 +10:30
plugins plugins: simplify datastore interfaces now callers have mkdatastorekey. 2026-03-23 14:03:17 +10:00
vectors pytest: Remove onion test vectors containing legacy onions. 2022-03-18 09:20:11 +10:30
__init__.py feat: add pytest config 2025-08-11 11:06:22 +09:30
autogenerate-rpc-examples.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
benchmark.py pytest: also make sure askrene doesn't suffer when reloading many layers on startup. 2026-01-27 13:59:36 +10:30
conftest.py feat: Enhance JUnit XML reporting with environment variables and add import to conftest.py 2026-02-02 11:41:09 +01:00
fixtures.py pytest: don't invoke the pcap test every session. 2026-02-28 18:52:19 +10:30
pytest.ini feat: add pytest config 2025-08-11 11:06:22 +09:30
rkls_github_canned_server.py fix: replace deprecated flask.escape with markupsafe.escape 2025-08-11 11:06:22 +09:30
test_askrene.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
test_bookkeeper.py bkpr-report: enhance tag syntax from {tag:replacement} to {tag?if-set:if-not-set} 2026-04-02 14:54:20 +10:00
test_cln_lsps.py plugin: change method name of lsps-jitchannel 2025-11-21 13:48:29 +10:30
test_cln_rs.py tests: update test so use both node ids 2026-01-27 09:32:49 +10:30
test_clnrest.py clnrest: add clnrest-register-path method for dynamic paths 2026-01-19 12:55:57 +10:30
test_closing.py pytest: fix flake in test_closing_anchorspend_htlc_tx_rbf 2026-04-10 17:35:59 +10:00
test_coinmoves.py pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10:30
test_connection.py Revert dev-uniform padding. 2026-04-10 14:53:11 +10:00
test_currencyrate.py tests: avoid flaky test_bkpr_currency_dynamic on same-second channel_mvt 2026-03-23 14:03:17 +10:00
test_db.py db: add STRICT tables with migration for old databases 2026-02-23 15:55:55 +10:30
test_downgrade.py db: add STRICT tables with migration for old databases 2026-02-23 15:55:55 +10:30
test_gossip.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
test_invoices.py offers: only use blinded path nodes from offers when creating invoice for invoice_request. 2026-02-23 19:05:37 +10:30
test_misc.py splice: Enable the splice in default settings 2026-04-09 11:04:42 +09:30
test_mkfunding.py pytest: add tests for devtools/mkfunding 2023-01-09 14:50:30 -06:00
test_onion.py lightningd: remove support for legacy onion format. 2022-03-18 09:20:11 +10:30
test_opening.py lightningd: refuse to let a peer open a channel if we have no fee estimates. 2026-04-02 10:39:02 +10:30
test_pay.py offers: when creating an invoice for an offer, only reuse fronting paths. 2026-04-02 10:36:10 +10:30
test_plugin.py sql: fix crash for large channelmoves tables. 2026-04-09 12:12:39 +09:30
test_reckless.py Fix Reckless search command not finding partial matches 2026-02-02 13:01:00 -06:00
test_renepay.py pytest: mark renepay's self-pay test flaky 2026-02-03 16:12:04 +10:30
test_restart.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
test_runes.py pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10:30
test_splice.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
test_splicing.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
test_splicing_disconnect.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
test_splicing_insane.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
test_wallet.py pytest: make global exclusion for "That's weird: Request X took Y msec" under valgrind. 2026-02-20 10:47:10 +10:30
test_xpay.py offers: when creating an invoice for an offer, only reuse fronting paths. 2026-04-02 10:36:10 +10:30
utils.py splice: Remove experiemental splicing feature 2026-04-09 11:04:42 +09:30
valgrind-suppressions.txt pytest: Use valgrind target suppressions instead of skipping tests 2022-03-10 10:21:41 +10:30