MCPcopy Create free account
hub / github.com/RavenProject/Ravencoin / custom_function

Function custom_function

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

54 pass
55
56def custom_function():
57 """Do some custom behaviour
58
59 If this function is more generally useful for other tests, consider
60 moving it to a module in test_framework."""
61 # self.log.info("running custom_function") # Oops! Can't run self.log outside the RavenTestFramework
62 pass
63
64class ExampleTest(RavenTestFramework):
65 # Each functional test is a subclass of the RavenTestFramework class.

Callers 1

run_testMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected