mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
pyln-testing: Add a dummy test to check functionality
This commit is contained in:
5
contrib/pyln-testing/tests/test_start.py
Normal file
5
contrib/pyln-testing/tests/test_start.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
from pyln.testing.fixtures import * # noqa: F401 F403
|
||||||
|
|
||||||
|
|
||||||
|
def test_peers(node_factory):
|
||||||
|
l1, l2 = node_factory.line_graph(2)
|
||||||
Reference in New Issue
Block a user