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

Method stop

tests/fixtures.py:147–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 time.sleep(0.2)
146
147 def stop(self):
148 if self.proc:
149 self.proc.terminate()
150 self.proc.wait(timeout=2)
151 self.proc = None
152
153 def assert_constant_payload(self):
154 tshark_cmd = [

Callers 15

tcp_captureFunction · 0.95
test_remote_addrFunction · 0.45
test_remote_addr_portFunction · 0.45
test_reconnect_no_updateFunction · 0.45
test_funding_cancel_raceFunction · 0.45
test_channel_reenableFunction · 0.45

Calls 1

waitMethod · 0.45

Tested by 15

test_remote_addrFunction · 0.36
test_remote_addr_portFunction · 0.36
test_reconnect_no_updateFunction · 0.36
test_funding_cancel_raceFunction · 0.36
test_channel_reenableFunction · 0.36
test_fee_limitsFunction · 0.36