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-17 11:24:33 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-21 19:27:47 +0000
commit3e93c157bd8e3e8113cce97cffd736e5e63589ea (patch)
tree8f52323ab4959dca7fb41fb2c2f8d1449dcd781d /tests/functional_tests/functional_tests_rpc.py
parentfunctional_tests: add basic transfer tests (diff)
downloadmonero-3e93c157bd8e3e8113cce97cffd736e5e63589ea.tar.xz
functional_tests: add integrated address 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 4bc77fe19..67c80bfa5 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', 'transfer']
+DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'integrated_address', 'mining', 'transfer']
try:
python = sys.argv[1]
srcdir = sys.argv[2]