Changeset View
Changeset View
Standalone View
Standalone View
test/functional/test_runner.py
| Show First 20 Lines • Show All 104 Lines • ▼ Show 20 Lines | BASE_SCRIPTS = [ | ||||
| 'invalidblockrequest.py', | 'invalidblockrequest.py', | ||||
| 'invalidtxrequest.py', | 'invalidtxrequest.py', | ||||
| 'p2p-versionbits-warning.py', | 'p2p-versionbits-warning.py', | ||||
| 'preciousblock.py', | 'preciousblock.py', | ||||
| 'importprunedfunds.py', | 'importprunedfunds.py', | ||||
| 'signmessages.py', | 'signmessages.py', | ||||
| 'nulldummy.py', | 'nulldummy.py', | ||||
| 'import-rescan.py', | 'import-rescan.py', | ||||
| 'mining.py', | |||||
| 'rpcnamedargs.py', | 'rpcnamedargs.py', | ||||
| 'listsinceblock.py', | 'listsinceblock.py', | ||||
| 'p2p-leaktests.py', | 'p2p-leaktests.py', | ||||
| 'abc-cmdline.py', | 'abc-cmdline.py', | ||||
| 'abc-p2p-fullblocktest.py', | 'abc-p2p-fullblocktest.py', | ||||
| 'abc-rpc.py', | 'abc-rpc.py', | ||||
| 'mempool-accept-txn.py', | 'mempool-accept-txn.py', | ||||
| 'wallet-encryption.py', | 'wallet-encryption.py', | ||||
| Show All 19 Lines | EXTENDED_SCRIPTS = [ | ||||
| 'p2p-feefilter.py', | 'p2p-feefilter.py', | ||||
| 'rpcbind_test.py', | 'rpcbind_test.py', | ||||
| # vv Tests less than 30s vv | # vv Tests less than 30s vv | ||||
| 'assumevalid.py', | 'assumevalid.py', | ||||
| 'bip65-cltv.py', | 'bip65-cltv.py', | ||||
| 'bip65-cltv-p2p.py', | 'bip65-cltv-p2p.py', | ||||
| 'bipdersig-p2p.py', | 'bipdersig-p2p.py', | ||||
| 'bipdersig.py', | 'bipdersig.py', | ||||
| 'getblocktemplate_proposals.py', | |||||
| 'txn_doublespend.py', | 'txn_doublespend.py', | ||||
| 'txn_clone.py --mineblock', | 'txn_clone.py --mineblock', | ||||
| 'forknotify.py', | 'forknotify.py', | ||||
| 'invalidateblock.py', | 'invalidateblock.py', | ||||
| 'p2p-acceptblock.py', | 'p2p-acceptblock.py', | ||||
| ] | ] | ||||
| # Place EXTENDED_SCRIPTS first since it has the 3 longest running tests | # Place EXTENDED_SCRIPTS first since it has the 3 longest running tests | ||||
| ▲ Show 20 Lines • Show All 402 Lines • Show Last 20 Lines | |||||