diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-17 14:15:41 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-21 19:28:06 +0000 |
commit | 9e979ffa22b20bc3c11f508ae09647922bf18952 (patch) | |
tree | 422f9e10a67e1be4427a4af859e495c1d232700c /tests/functional_tests/functional_tests_rpc.py | |
parent | functional_tests: add integrated address tests (diff) | |
download | monero-9e979ffa22b20bc3c11f508ae09647922bf18952.tar.xz |
functional_tests: add txpool RPC tests
Diffstat (limited to 'tests/functional_tests/functional_tests_rpc.py')
-rwxr-xr-x | tests/functional_tests/functional_tests_rpc.py | 2 |
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] |