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
+6 -4
View File
@@ -7,15 +7,17 @@ import subprocess
import sys
import time
from collections.abc import Iterator
from pathlib import Path
from typing import Any
import httpx
import pytest
from tests.wasm_ext.helpers import EXTENSION_ID, SERVER_HOST, LiveLNbitsServer
REPO_ROOT = Path(__file__).resolve().parents[2]
from tests.wasm_ext.helpers import (
EXTENSION_ID,
REPO_ROOT,
SERVER_HOST,
LiveLNbitsServer,
)
@pytest.fixture(scope="session")