test: more tests

This commit is contained in:
Vlad Stan
2026-07-07 18:32:54 +03:00
parent 4f072a6247
commit 120cf735c8
8 changed files with 426 additions and 10 deletions
+2
View File
@@ -1,9 +1,11 @@
from __future__ import annotations
from dataclasses import dataclass
from pathlib import Path
from typing import Any
EXTENSION_ID = "lnbits-wasm-test-extension"
REPO_ROOT = Path(__file__).resolve().parents[2]
SERVER_HOST = "127.0.0.1"