test: added test for disabled wallet

Divided tests in rpc_signmessage.py into 2 files wallet_signmessagewithaddress.py and
rpc_signmessagewithprivkey.py, latter one can run even when wallet is disabled.
This commit is contained in:
Shubhankar Gambhir
2021-08-06 03:01:12 +05:30
committed by Shubhankar
parent 9948f114f8
commit a3b559c970
3 changed files with 52 additions and 23 deletions

View File

@@ -225,7 +225,8 @@ BASE_SCRIPTS = [
'wallet_importprunedfunds.py --descriptors',
'p2p_leak_tx.py',
'p2p_eviction.py',
'rpc_signmessage.py',
'wallet_signmessagewithaddress.py',
'rpc_signmessagewithprivkey.py',
'rpc_generateblock.py',
'rpc_generate.py',
'wallet_balance.py --legacy-wallet',