mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
pytest: use pyln.client for functional tests
This commit is contained in:
committed by
Christian Decker
parent
a9f0f05eea
commit
dc3aa33927
@@ -1,7 +1,10 @@
|
||||
from fixtures import * # noqa: F401,F403
|
||||
from flaky import flaky
|
||||
from lightning import RpcError
|
||||
from utils import only_one, sync_blockheight, wait_for, DEVELOPER, TIMEOUT, VALGRIND, SLOW_MACHINE, COMPAT
|
||||
from pyln.client import RpcError
|
||||
from utils import (
|
||||
only_one, sync_blockheight, wait_for, DEVELOPER, TIMEOUT, VALGRIND,
|
||||
SLOW_MACHINE, COMPAT
|
||||
)
|
||||
|
||||
import os
|
||||
import queue
|
||||
|
||||
Reference in New Issue
Block a user