mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
pyln-testing: Add a dummy test to check functionality
This commit is contained in:
parent
94d4d20d5f
commit
0b50fd0f96
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)
|
Loading…
Reference in New Issue
Block a user