mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-23 08:04:20 +01:00
9 lines
226 B
Python
9 lines
226 B
Python
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()
|