lnbits/tests/unit
Vlad Stan dfe8bb1479 Squashed commit of the following:
commit 3620d94766
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Thu Jul 30 11:16:55 2026 +0300

    fix: dropdown value select

commit 806711fdcc
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Thu Jul 30 11:14:37 2026 +0300

    fix: ext status check

commit fa0aaaff72
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Thu Jul 30 10:46:50 2026 +0300

    refactor: siplify

commit 56e18b190c
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Wed Jul 29 18:29:14 2026 +0300

    fix: ln address check order

commit 3190f7ceb3
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Wed Jul 29 17:44:25 2026 +0300

    fix: restore old file from dev

commit 03aa1259cc
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Wed Jul 29 17:37:18 2026 +0300

    tests: update tests

commit 0ea24c889a
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Wed Jul 29 17:26:04 2026 +0300

    fix: wallet ln address initialisation

commit e1587f51cf
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Wed Jul 29 17:20:47 2026 +0300

    fix: backwards compatible ln addresses

commit 6cbd52c648
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Wed Jul 29 15:24:34 2026 +0300

    refactor: simplify functions

commit b1770a6710
Author: Vlad Stan <stan.v.vlad@gmail.com>
Date:   Wed Jul 29 15:09:40 2026 +0300

    fix: function name
2026-07-30 11:17:21 +03:00
..
__init__.py test: restructure tests (#2444) 2024-04-19 13:22:06 +02:00
test_app_extensions.py feat: custom wasm install dir (#4100) 2026-07-27 12:27:29 +03:00
test_cache.py feat: create TaskManager singleton class (#3775) 2026-07-08 14:07:38 +02:00
test_crud_payments.py Fix: Update apipayments updated_at field when a payment is updated. (#3699) 2026-01-09 09:52:10 +02:00
test_crud_users.py Fix: 500 Error When Searching by Wallet ID in Users. (#3789) 2026-03-23 11:28:58 +02:00
test_crypto_aes.py [test] Codex tests (#3911) 2026-03-31 09:48:43 +03:00
test_db.py fix: payment filter for time range (#4023) 2026-07-16 13:53:00 +03:00
test_db_fetch_page.py Fix: “Show all” table pagination (#3946) 2026-05-07 12:02:19 +03:00
test_decorators.py feat: Extensions for all (#4021) 2026-07-15 13:50:19 +03:00
test_exchange_rates.py feat: use lnbits price aggregator to save loads of request (#4026) 2026-07-06 09:21:55 +02:00
test_fiat_providers.py feat: Extensions for all (#4021) 2026-07-15 13:50:19 +03:00
test_first_install.py [feat] reset the first install token (#3894) (#3898) 2026-03-25 11:57:37 +01:00
test_helpers.py fix: get rid of url rewrites for extensions /upgrades/ (#4022) 2026-07-28 12:03:25 +03:00
test_helpers_query.py feat: Extensions for all (#4021) 2026-07-15 13:50:19 +03:00
test_models_extensions.py fix: extension metadata from non-github sources (#4109) 2026-07-28 15:12:06 +03:00
test_pay_invoice.py feat: create TaskManager singleton class (#3775) 2026-07-08 14:07:38 +02:00
test_services_assets.py fix: stricter asset upload (#3982) 2026-05-21 12:44:23 +02:00
test_services_extensions.py fix: get rid of url rewrites for extensions /upgrades/ (#4022) 2026-07-28 12:03:25 +03:00
test_services_extensions_builder.py [test] Codex tests (#3911) 2026-03-31 09:48:43 +03:00
test_services_fees.py chore: update to latest pytest (#2800) 2024-12-11 11:39:28 +02:00
test_services_funding_source.py [test] Codex tests (#3911) 2026-03-31 09:48:43 +03:00
test_services_lnurl.py chore: update pyright to latest and fix new issues (#3978) 2026-06-03 11:46:53 +02:00
test_services_nostr.py [test] Codex tests (#3911) 2026-03-31 09:48:43 +03:00
test_services_notifications.py fix: non-blocking relay publishes in send_nostr_dm (#3925) 2026-06-18 15:28:28 +02:00
test_services_payments.py fix: mark expired incoming invoices as failed and add periodic cleanup (#3867) 2026-07-16 13:55:53 +03:00
test_services_settings.py feat: hide burger bg toggle (#3969) 2026-05-22 14:04:46 +01:00
test_services_shared_wallet.py [fix] user sorting performance (#3561) 2025-11-25 09:16:35 +02:00
test_services_users.py chore: update pyright to latest and fix new issues (#3978) 2026-06-03 11:46:53 +02:00
test_services_wallet_limit.py chore: update to latest pytest (#2800) 2024-12-11 11:39:28 +02:00
test_services_websockets.py [test] Codex tests (#3911) 2026-03-31 09:48:43 +03:00
test_settings.py Squashed commit of the following: 2026-07-30 11:17:21 +03:00
test_wasm_extension_api_client.py feat: Extensions for all (#4021) 2026-07-15 13:50:19 +03:00
test_wasm_extension_events.py feat: Extensions for all (#4021) 2026-07-15 13:50:19 +03:00
test_wasm_extension_frontend.py fix: sanitize details_link (#4108) 2026-07-28 15:11:05 +03:00
test_wasm_extension_host_api.py feat: advanced wasm extension features (#4059) 2026-07-20 14:50:25 +03:00
test_wasm_extension_http.py feat: Extensions for all (#4021) 2026-07-15 13:50:19 +03:00
test_wasm_extension_loader.py feat: custom wasm install dir (#4100) 2026-07-27 12:27:29 +03:00
test_wasm_extension_permissions.py feat: advanced wasm extension features (#4059) 2026-07-20 14:50:25 +03:00
test_wasm_extension_routes.py Show extension type (#4103) 2026-07-27 16:32:57 +03:00
test_wasm_extension_storage.py feat: custom wasm install dir (#4100) 2026-07-27 12:27:29 +03:00
test_wasm_extension_websocket_api.py feat: advanced wasm extension features (#4059) 2026-07-20 14:50:25 +03:00
test_wasm_extension_websockets.py feat: add wasm to open api docs (#4074) 2026-07-21 12:35:59 +03:00