diff --git a/contrib/pyln-testing/tests/test_start.py b/contrib/pyln-testing/tests/test_start.py new file mode 100644 index 000000000..1e8e03463 --- /dev/null +++ b/contrib/pyln-testing/tests/test_start.py @@ -0,0 +1,5 @@ +from pyln.testing.fixtures import * # noqa: F401 F403 + + +def test_peers(node_factory): + l1, l2 = node_factory.line_graph(2)