Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ SkipTest
Class
SkipTest
test/functional/test_framework/test_framework.py:51–55 ·
view source on GitHub ↗
This exception is raised to skip a test
Source
from the content-addressed store, hash-verified
49
50
51
class
SkipTest(Exception):
52
""
"This exception is raised to skip a test"
""
53
54
def
__init__(self, message):
55
self.message = message
56
57
58
class
BitcoinTestMetaClass(type):
Callers
15
setup_network
Method · 0.90
skip_test_if_missing_module
Method · 0.90
run_test
Method · 0.90
skip_test_if_missing_module
Method · 0.90
skip_test_if_missing_module
Method · 0.90
skip_test_if_missing_module
Method · 0.90
run_test
Method · 0.90
setup
Method · 0.70
skip_if_no_py3_zmq
Method · 0.70
skip_if_no_bitcoind_zmq
Method · 0.70
skip_if_no_wallet
Method · 0.70
skip_if_no_sqlite
Method · 0.70
Calls
no outgoing calls
Tested by
10
setup
Method · 0.56
skip_if_no_py3_zmq
Method · 0.56
skip_if_no_bitcoind_zmq
Method · 0.56
skip_if_no_wallet
Method · 0.56
skip_if_no_sqlite
Method · 0.56
skip_if_no_bdb
Method · 0.56
skip_if_no_wallet_tool
Method · 0.56
skip_if_no_cli
Method · 0.56
skip_if_no_previous_releases
Method · 0.56
skip_if_no_external_signer
Method · 0.56