summary: Add dummy test to see that travis is working

This commit is contained in:
Christian Decker
2019-11-26 12:43:02 +01:00
parent ba44eee2a7
commit 6d7bdc370b

8
summary/test_summary.py Normal file
View 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()