MCPcopy Create free account
hub / github.com/ElementsProject/elements / run_test

Method run_test

test/functional/rpc_help.py:50–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self.supports_cli = False
49
50 def run_test(self):
51 self.test_client_conversion_table()
52 self.test_categories()
53 self.dump_help()
54 if self.is_wallet_compiled():
55 self.wallet_help()
56
57 def test_client_conversion_table(self):
58 file_conversion_table = os.path.join(self.config["environment"]["SRCDIR"], 'src', 'rpc', 'client.cpp')

Callers

nothing calls this directly

Calls 5

test_categoriesMethod · 0.95
dump_helpMethod · 0.95
wallet_helpMethod · 0.95
is_wallet_compiledMethod · 0.45

Tested by

no test coverage detected