mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 04:24:58 -04:00
functional_tests: add basic transfer tests
This commit is contained in:
parent
ef7681b699
commit
b384309e17
3 changed files with 360 additions and 14 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue