mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-23 16:14:20 +01:00
summary: Add dummy test to see that travis is working
This commit is contained in:
8
summary/test_summary.py
Normal file
8
summary/test_summary.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pyln.testing.fixtures import *
|
||||
|
||||
pluginopt = {'plugin': os.path.join(os.path.dirname(__file__), "summary.py")}
|
||||
|
||||
|
||||
def test_summary_start(node_factory):
|
||||
l1 = node_factory.get_node(options=pluginopt)
|
||||
l1.rpc.getinfo()
|
||||
Reference in New Issue
Block a user