Dash Core  0.12.2.1
P2P Digital Currency
tests_config Namespace Reference

Variables

string BUILDDIR = "/home/phez/code/dash"
 
string EXEEXT = ""
 
int ENABLE_WALLET = 1
 
int ENABLE_UTILS = 1
 
int ENABLE_BITCOIND = 1
 
int ENABLE_ZMQ = 1
 

Variable Documentation

◆ BUILDDIR

string tests_config.BUILDDIR = "/home/phez/code/dash"

Definition at line 6 of file tests_config.py.

◆ ENABLE_BITCOIND

int tests_config.ENABLE_BITCOIND = 1

Definition at line 12 of file tests_config.py.

◆ ENABLE_UTILS

int tests_config.ENABLE_UTILS = 1

Definition at line 11 of file tests_config.py.

◆ ENABLE_WALLET

int tests_config.ENABLE_WALLET = 1

Definition at line 10 of file tests_config.py.

◆ ENABLE_ZMQ

int tests_config.ENABLE_ZMQ = 1

Definition at line 13 of file tests_config.py.

◆ EXEEXT

string tests_config.EXEEXT = ""

Definition at line 7 of file tests_config.py.