MCPcopy Create free account
hub / github.com/ElementsProject/lightning / get_reckless_node

Function get_reckless_node

tests/test_reckless.py:157–161  ·  view source on GitHub ↗

This may be unnecessary, but a preconfigured lightning dir is useful for reckless testing.

(node_factory)

Source from the content-addressed store, hash-verified

155
156
157def get_reckless_node(node_factory):
158 '''This may be unnecessary, but a preconfigured lightning dir
159 is useful for reckless testing.'''
160 node = node_factory.get_node(options={}, start=False)
161 return node
162
163
164def test_basic_help():

Callers 10

test_contextual_helpFunction · 0.85
test_sourcesFunction · 0.85
test_searchFunction · 0.85
test_installFunction · 0.85
test_poetry_installFunction · 0.85
test_local_dir_installFunction · 0.85
test_disable_enableFunction · 0.85
test_tag_installFunction · 0.85
test_reckless_uv_installFunction · 0.85

Calls 1

get_nodeMethod · 0.45

Tested by

no test coverage detected