MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / custom_function

Function custom_function

test/functional/example_test.py:62–68  ·  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

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

Callers 1

run_testMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected