Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
class
SkipTest(Exception):
48
""
"This exception is raised to skip a test"
""
49
50
def
__init__(self, message):
51
self.message = message
52
53
54
class
BitcoinTestMetaClass(type):
Callers
6
run_test
Method · 0.90
main
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_cli
Method · 0.70
Calls
no outgoing calls
Tested by
5
main
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_cli
Method · 0.56