mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
QA: Elements tests first
This commit is contained in:
parent
c929443996
commit
22130f42f8
1 changed files with 7 additions and 3 deletions
|
|
@ -99,7 +99,14 @@ if ENABLE_ZMQ:
|
|||
raise
|
||||
|
||||
testScripts = [
|
||||
# Elements-specific tests first
|
||||
'confidential_transactions.py',
|
||||
'signed_blockchain.py',
|
||||
'feature_blocksign.py',
|
||||
|
||||
# Elements' specially adapted tests second
|
||||
'blockchain.py',
|
||||
|
||||
# longest test should go first, to favor running tests in parallel
|
||||
'wallet-hd.py',
|
||||
#'walletbackup.py',
|
||||
|
|
@ -143,7 +150,6 @@ testScripts = [
|
|||
'signrawtransactions.py',
|
||||
'nodehandling.py',
|
||||
'decodescript.py',
|
||||
'blockchain.py',
|
||||
#'disablewallet.py',
|
||||
'keypool.py',
|
||||
'p2p-mempool.py',
|
||||
|
|
@ -151,7 +157,6 @@ testScripts = [
|
|||
'invalidblockrequest.py',
|
||||
'invalidtxrequest.py',
|
||||
'rpc_getblockstats.py',
|
||||
'confidential_transactions.py',
|
||||
'preciousblock.py',
|
||||
#'p2p-segwit.py',
|
||||
#'importprunedfunds.py',
|
||||
|
|
@ -165,7 +170,6 @@ testScripts = [
|
|||
'rpcnamedargs.py',
|
||||
'listsinceblock.py',
|
||||
'p2p-leaktests.py',
|
||||
'signed_blockchain.py',
|
||||
]
|
||||
if ENABLE_ZMQ:
|
||||
testScripts.append('zmq_test.py')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue