pytest: Remove test_lightningd and all the legacy testing framework

This commit is contained in:
Christian Decker
2018-08-04 12:35:03 +02:00
committed by Rusty Russell
parent d3731b08b1
commit ae99e493b8
4 changed files with 9 additions and 286 deletions

View File

@@ -1,5 +1,5 @@
from fixtures import * # noqa: F401,F403
from test_lightningd import wait_for
from utils import wait_for
import json
import logging