MCPcopy Create free account
hub / github.com/LUX-Core/lux / custom_method

Method custom_method

test/functional/example_test.py:124–131  ·  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 LuxTestFramework class so other tests can use it.

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

run_testMethod · 0.95

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected