diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-16 14:24:43 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-21 19:27:45 +0000 |
commit | b384309e17544a57e6fd54f3eee15f94775c7140 (patch) | |
tree | 8ad3b6a315febb8e9ee8a6c8b0e7bb70f371f445 /tests/functional_tests/functional_tests_rpc.py | |
parent | functional_tests: plug RPC tests into the cmake machinery (diff) | |
download | monero-b384309e17544a57e6fd54f3eee15f94775c7140.tar.xz |
functional_tests: add basic transfer 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 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] |