cln/tests
Tatiana Moroz 0173610527 Fix Reckless search command not finding partial matches
The Reckless search command was only returning a result if you
searched a perfect match, which is not too helpful.  This updates the
command so that partial search matches return a result.

Before:
reckless search bolt
Search exhausted all sources
reckless search bol
Search exhausted all sources
reckless search bolt12-pris
Search exhausted all sources

After:
reckless search bolt
Plugins matching 'bolt':
  bolt12-prism (https://github.com/lightningd/plugins)
reckless search bol
Plugins matching 'bol':
  bolt12-prism (https://github.com/lightningd/plugins)
reckless search bolt12-pris
Plugins matching 'bolt12-pris':
  bolt12-prism (https://github.com/lightningd/plugins)

Changelog-Fixed: reckless search now returns partial matches instead of requiring exact plugin names.
2026-02-02 13:01:00 -06:00
..
data pytest: add test that we correctly scan back for missed UTXOs. 2025-11-29 08:18:20 +10:30
fuzz fuzz-tests: Add coverage increasing inputs to seed corpora 2026-01-30 15:23:11 +10:30
plugins pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10:30
vectors
__init__.py feat: add pytest config 2025-08-11 11:06:22 +09:30
autogenerate-rpc-examples.py pytest: use hsmtool's getsecret instead of deprecated getcodexsecret, parameterize test_recover_command. 2026-01-27 09:32:49 +10: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 tests: work around socket path name too long on Linux 2025-11-11 08:13:34 +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 askrene: fixed a timeout corner case 2026-02-02 10:23:27 +10:30
test_bookkeeper.py test: mark bookkeeper test to use old hsm secret 2026-01-27 09:32:49 +10:30
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: test upfront_shutdown_script with new-style hsm_secret too. 2026-01-27 09:32:49 +10:30
test_coinmoves.py pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10:30
test_connection.py test: use old hsmsecret format for hardcoded onion message 2026-01-27 09:32:49 +10:30
test_db.py pytest: use old hsm secret whenever a canned database files is used 2026-01-27 09:32:49 +10:30
test_downgrade.py pytest: make sure to use old_hsmsecret on downgrade tests. 2026-01-27 09:32:49 +10:30
test_gossip.py pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10:30
test_invoices.py pytest: use old hsm secret whenever a canned database files is used 2026-01-27 09:32:49 +10:30
test_misc.py pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10: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 pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10:30
test_pay.py lightningd: don't allow enableoffer on single-use offer. 2026-02-02 10:31:02 +10:30
test_plugin.py pytest: parameterize test_payerkey and test_exposesecret. 2026-01-27 09:32:49 +10:30
test_reckless.py Fix Reckless search command not finding partial matches 2026-02-02 13:01:00 -06:00
test_renepay.py test_renepay.py: remove data dump into /tmp 2025-12-08 17:47:26 +10:30
test_restart.py splice: tx_abort no longer reestablishes 2024-11-21 14:15:36 +10:30
test_runes.py pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10:30
test_splice.py bkpr: add bookkeeping assertions to splice in + out tests 2024-11-17 14:25:29 +10:30
test_splicing.py pytest: fix reconnect flake in test_route_by_old_scid 2026-01-14 15:41:45 +10:30
test_splicing_disconnect.py pytest: fix test_splice_disconnect_commit 2025-01-27 11:07:04 +10:30
test_splicing_insane.py splice: Allow splice_update to return signatures 2024-11-12 06:42:52 +10:30
test_wallet.py pytest: use old hsm secret whenever a canned database files is used 2026-01-27 09:32:49 +10:30
test_xpay.py pytest: changed old_hsmsecret to default to false. 2026-01-27 09:32:49 +10:30
utils.py lightningd: remove the "listpeers.features.option_anchors_zero_fee_htlc_tx" option. 2026-01-20 19:32:42 +10:30
valgrind-suppressions.txt