Dash Core  0.12.2.1
P2P Digital Currency
rpc-tests Namespace Reference

Classes

class  RPCCoverage
 

Functions

def runtests ()
 

Variables

int ENABLE_WALLET = 0
 
int ENABLE_BITCOIND = 0
 
int ENABLE_UTILS = 0
 
int ENABLE_ZMQ = 0
 
int ENABLE_COVERAGE = 0
 
 opts = set()
 
string passOn = ""
 
 p = re.compile("^--")
 
tuple bold = ("","")
 
 buildDir = BUILDDIR
 
list testScripts
 
list testScriptsExt
 

Function Documentation

◆ runtests()

def rpc-tests.runtests ( )

Definition at line 158 of file rpc-tests.py.

Referenced by rpc-tests.RPCCoverage._get_uncovered_rpc_commands().

Variable Documentation

◆ bold

tuple rpc-tests.bold = ("","")

Definition at line 51 of file rpc-tests.py.

Referenced by HelpMessageDialog.HelpMessageDialog().

◆ buildDir

rpc-tests.buildDir = BUILDDIR

Definition at line 64 of file rpc-tests.py.

◆ ENABLE_BITCOIND

int rpc-tests.ENABLE_BITCOIND = 0

Definition at line 38 of file rpc-tests.py.

◆ ENABLE_COVERAGE

int rpc-tests.ENABLE_COVERAGE = 0

Definition at line 44 of file rpc-tests.py.

◆ ENABLE_UTILS

int rpc-tests.ENABLE_UTILS = 0

Definition at line 40 of file rpc-tests.py.

◆ ENABLE_WALLET

int rpc-tests.ENABLE_WALLET = 0

Definition at line 36 of file rpc-tests.py.

◆ ENABLE_ZMQ

int rpc-tests.ENABLE_ZMQ = 0

Definition at line 42 of file rpc-tests.py.

◆ opts

rpc-tests.opts = set()

Definition at line 47 of file rpc-tests.py.

◆ p

◆ passOn

string rpc-tests.passOn = ""

Definition at line 48 of file rpc-tests.py.

◆ testScripts

list rpc-tests.testScripts

Definition at line 90 of file rpc-tests.py.

◆ testScriptsExt

list rpc-tests.testScriptsExt
Initial value:
1 = [
2  'bip9-softforks.py',
3  'bip65-cltv.py',
4  'bip65-cltv-p2p.py', # NOTE: needs dash_hash to pass
5  'bip68-sequence.py',
6  'bipdersig-p2p.py', # NOTE: needs dash_hash to pass
7  'bipdersig.py',
8  'getblocktemplate_longpoll.py', # FIXME: "socket.error: [Errno 54] Connection reset by peer" on my Mac, same as https://github.com/bitcoin/bitcoin/issues/6651
9  'getblocktemplate_proposals.py',
10  'txn_doublespend.py',
11  'txn_clone.py --mineblock',
12  # 'pruning.py', # Prune mode is incompatible with -txindex.
13  'forknotify.py',
14  'invalidateblock.py',
15 # 'rpcbind_test.py', #temporary, bug in libevent, see #6655
16  'smartfees.py',
17  'maxblocksinflight.py',
18  'p2p-acceptblock.py', # NOTE: needs dash_hash to pass
19  'mempool_packages.py',
20  'maxuploadtarget.py',
21  # 'replace-by-fee.py', # RBF is disabled in Dash Core
22 ]

Definition at line 135 of file rpc-tests.py.