MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / run_test

Method run_test

test/functional/feature_init.py:365–372  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 self.restart_node_with_fd_limit(1 << 31)
364
365 def run_test(self):
366 self.init_pid_test()
367 self.init_stress_test_interrupt()
368 self.init_stress_test_removals()
369 self.break_wait_test()
370 self.init_empty_test()
371 self.init_rlimit_test()
372 self.init_rlimit_large_test()
373
374
375if __name__ == '__main__':

Callers

nothing calls this directly

Calls 7

init_pid_testMethod · 0.95
break_wait_testMethod · 0.95
init_empty_testMethod · 0.95
init_rlimit_testMethod · 0.95

Tested by

no test coverage detected