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

Function custom_function

test/functional/example_test.py:60–66  ·  view source on GitHub ↗

Do some custom behaviour If this function is more generally useful for other tests, consider moving it to a module in test_framework.

()

Source from the content-addressed store, hash-verified

58 pass
59
60def custom_function():
61 """Do some custom behaviour
62
63 If this function is more generally useful for other tests, consider
64 moving it to a module in test_framework."""
65 # self.log.info("running custom_function") # Oops! Can't run self.log outside the BitcoinTestFramework
66 pass
67
68
69class ExampleTest(BitcoinTestFramework):

Callers 1

run_testMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected