aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/functional_tests_rpc.py
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-16 14:24:43 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-21 19:27:45 +0000
commitb384309e17544a57e6fd54f3eee15f94775c7140 (patch)
tree8ad3b6a315febb8e9ee8a6c8b0e7bb70f371f445 /tests/functional_tests/functional_tests_rpc.py
parentfunctional_tests: plug RPC tests into the cmake machinery (diff)
downloadmonero-b384309e17544a57e6fd54f3eee15f94775c7140.tar.xz
functional_tests: add basic transfer tests
Diffstat (limited to 'tests/functional_tests/functional_tests_rpc.py')
-rwxr-xr-xtests/functional_tests/functional_tests_rpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/functional_tests_rpc.py b/tests/functional_tests/functional_tests_rpc.py
index 5e1ee34e6..4bc77fe19 100755
--- a/tests/functional_tests/functional_tests_rpc.py
+++ b/tests/functional_tests/functional_tests_rpc.py
@@ -9,7 +9,7 @@ import socket
import string
USAGE = 'usage: functional_tests_rpc.py <python> <srcdir> <builddir> [<tests-to-run> | all]'
-DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'mining']
+DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'mining', 'transfer']
try:
python = sys.argv[1]
srcdir = sys.argv[2]