Skip to content

Commit

Permalink
pyln-testing: Add a dummy test to check functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Aug 30, 2020
1 parent 94d4d20 commit 0b50fd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/pyln-testing/tests/test_start.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from pyln.testing.fixtures import * # noqa: F401 F403


def test_peers(node_factory):
l1, l2 = node_factory.line_graph(2)

0 comments on commit 0b50fd0

Please sign in to comment.