aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-08-07 17:36:36 +0200
committerSjors Provoost <sjors@sprovoost.nl>2020-09-10 13:44:53 +0200
commit92326d89766155a792254d30a9962251b8fc7799 (patch)
tree5ecf9e916565ee452377c9db6082d09a340903b4 /test/functional/test_runner.py
parent2c2a1445dc9d22c9d729b8301c8b3f54195bcfcf (diff)
[rpc] add send method
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 578afe5f30..a3e160f12e 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -225,6 +225,7 @@ BASE_SCRIPTS = [
'rpc_estimatefee.py',
'rpc_getblockstats.py',
'wallet_create_tx.py',
+ 'wallet_send.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
'wallet_coinbase_category.py',