mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pytest: use pyln.client for functional tests
This commit is contained in:
committed by
Christian Decker
parent
a9f0f05eea
commit
dc3aa33927
@@ -2,8 +2,11 @@ from binascii import hexlify
|
||||
from fixtures import * # noqa: F401,F403
|
||||
from fixtures import TEST_NETWORK
|
||||
from flaky import flaky # noqa: F401
|
||||
from lightning import RpcError, Millisatoshi
|
||||
from utils import DEVELOPER, wait_for, only_one, sync_blockheight, SLOW_MACHINE, TIMEOUT, VALGRIND
|
||||
from pyln.client import RpcError, Millisatoshi
|
||||
from utils import (
|
||||
DEVELOPER, wait_for, only_one, sync_blockheight, SLOW_MACHINE, TIMEOUT,
|
||||
VALGRIND
|
||||
)
|
||||
|
||||
import concurrent.futures
|
||||
import copy
|
||||
|
||||
Reference in New Issue
Block a user