diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-05-01 10:51:28 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-17 11:38:22 +0000 |
commit | 4ff40d8d9ae00784034035811728c14fefcf4a23 (patch) | |
tree | 15b017a32bac35ffcae118ece005487f696eef19 /tests/functional_tests/functional_tests_rpc.py | |
parent | functional_tests: add wallet password change, store and tag tests (diff) | |
download | monero-4ff40d8d9ae00784034035811728c14fefcf4a23.tar.xz |
functional_tests: add address book 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 ebbb793ff..952135206 100755 --- a/tests/functional_tests/functional_tests_rpc.py +++ b/tests/functional_tests/functional_tests_rpc.py @@ -10,7 +10,7 @@ import string import os USAGE = 'usage: functional_tests_rpc.py <python> <srcdir> <builddir> [<tests-to-run> | all]' -DEFAULT_TESTS = ['bans', 'daemon_info', 'blockchain', 'wallet', 'integrated_address', 'mining', 'transfer', 'txpool', 'multisig', 'cold_signing', 'sign_message', 'proofs', 'get_output_distribution'] +DEFAULT_TESTS = ['bans', 'daemon_info', 'blockchain', 'wallet', 'integrated_address', 'mining', 'transfer', 'txpool', 'multisig', 'cold_signing', 'sign_message', 'proofs', 'get_output_distribution', 'address_book'] try: python = sys.argv[1] srcdir = sys.argv[2] |