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

Class SkipTest

test/functional/test_framework/test_framework.py:47–51  ·  view source on GitHub ↗

This exception is raised to skip a test

Source from the content-addressed store, hash-verified

45
46
47class SkipTest(Exception):
48 """This exception is raised to skip a test"""
49
50 def __init__(self, message):
51 self.message = message
52
53
54class BitcoinTestMetaClass(type):

Callers 6

run_testMethod · 0.90
mainMethod · 0.70
skip_if_no_py3_zmqMethod · 0.70
skip_if_no_walletMethod · 0.70
skip_if_no_cliMethod · 0.70

Calls

no outgoing calls

Tested by 5

mainMethod · 0.56
skip_if_no_py3_zmqMethod · 0.56
skip_if_no_walletMethod · 0.56
skip_if_no_cliMethod · 0.56