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 14:15:41 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-21 19:28:06 +0000
commit9e979ffa22b20bc3c11f508ae09647922bf18952 (patch)
tree422f9e10a67e1be4427a4af859e495c1d232700c /tests/functional_tests/functional_tests_rpc.py
parentfunctional_tests: add integrated address tests (diff)
downloadmonero-9e979ffa22b20bc3c11f508ae09647922bf18952.tar.xz
functional_tests: add txpool RPC 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 67c80bfa5..845781a49 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', 'integrated_address', 'mining', 'transfer']
+DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'integrated_address', 'mining', 'transfer', 'txpool']
try:
python = sys.argv[1]
srcdir = sys.argv[2]