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

Method custom_method

test/functional/example_test.py:125–132  ·  view source on GitHub ↗

Do some custom behaviour for this test Define it in a method here because you're going to use it repeatedly. If you think it's useful in general, consider moving it to the base BitcoinTestFramework class so other tests can use it.

(self)

Source from the content-addressed store, hash-verified

123 # pass
124
125 def custom_method(self):
126 """Do some custom behaviour for this test
127
128 Define it in a method here because you're going to use it repeatedly.
129 If you think it's useful in general, consider moving it to the base
130 BitcoinTestFramework class so other tests can use it."""
131
132 self.log.info("Running custom_method")
133
134 def run_test(self):
135 """Main test logic"""

Callers 1

run_testMethod · 0.95

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected