pytest: use pyln.client for functional tests

This commit is contained in:
darosior
2020-01-06 12:20:12 +01:00
committed by Christian Decker
parent a9f0f05eea
commit dc3aa33927
8 changed files with 34 additions and 15 deletions

View File

@@ -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