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

Class SkipTest

test/functional/test_framework/test_framework.py:60–64  ·  view source on GitHub ↗

This exception is raised to skip a test

Source from the content-addressed store, hash-verified

58
59
60class SkipTest(Exception):
61 """This exception is raised to skip a test"""
62
63 def __init__(self, message):
64 self.message = message
65
66
67class BitcoinTestMetaClass(type):

Callers 15

setup_nodesMethod · 0.90
run_testMethod · 0.90
setup_nodesMethod · 0.90
setupMethod · 0.70
skip_if_no_py3_zmqMethod · 0.70
skip_if_no_py_sqlite3Method · 0.70
skip_if_no_py_capnpMethod · 0.70
skip_if_no_python_bccMethod · 0.70

Calls

no outgoing calls

Tested by 15

setupMethod · 0.56
skip_if_no_py3_zmqMethod · 0.56
skip_if_no_py_sqlite3Method · 0.56
skip_if_no_py_capnpMethod · 0.56
skip_if_no_python_bccMethod · 0.56
skip_if_no_walletMethod · 0.56