|
82 | 82 | 'feature_reindex.py',
|
83 | 83 | # vv Tests less than 30s vv
|
84 | 84 | 'wallet_keypool_topup.py',
|
85 |
| - 'zmq_test.py', |
86 |
| - 'bitcoin_cli.py', |
87 |
| - 'mempool_resurrect_test.py', |
| 85 | + 'interface_zmq.py', |
| 86 | + 'interface_bitcoin_cli.py', |
| 87 | + 'mempool_resurrect.py', |
88 | 88 | 'wallet_txn_doublespend.py --mineblock',
|
89 | 89 | 'wallet_txn_clone.py',
|
90 | 90 | 'wallet_txn_clone.py --segwit',
|
91 | 91 | 'rpc_getchaintips.py',
|
92 |
| - 'rest.py', |
93 |
| - 'mempool_spendcoinbase.py', |
| 92 | + 'interface_rest.py', |
| 93 | + 'mempool_spend_coinbase.py', |
94 | 94 | 'mempool_reorg.py',
|
95 | 95 | 'mempool_persist.py',
|
96 | 96 | 'wallet_multiwallet.py',
|
97 | 97 | 'wallet_multiwallet.py --usecli',
|
98 |
| - 'httpbasics.py', |
| 98 | + 'interface_http.py', |
99 | 99 | 'rpc_users.py',
|
100 | 100 | 'feature_proxy.py',
|
101 | 101 | 'rpc_signrawtransaction.py',
|
|
107 | 107 | 'rpc_net.py',
|
108 | 108 | 'wallet_keypool.py',
|
109 | 109 | 'p2p_mempool.py',
|
110 |
| - 'prioritise_transaction.py', |
| 110 | + 'mining_prioritisetransaction.py', |
111 | 111 | 'p2p_invalid_block.py',
|
112 | 112 | 'p2p_invalid_tx.py',
|
113 | 113 | 'feature_versionbits_warning.py',
|
|
116 | 116 | 'rpc_signmessage.py',
|
117 | 117 | 'feature_nulldummy.py',
|
118 | 118 | 'wallet_import_rescan.py',
|
119 |
| - 'mining.py', |
| 119 | + 'mining_basic.py', |
120 | 120 | 'wallet_bumpfee.py',
|
121 | 121 | 'rpc_named_arguments.py',
|
122 | 122 | 'wallet_listsinceblock.py',
|
|
149 | 149 | 'feature_dbcrash.py',
|
150 | 150 | # vv Tests less than 2m vv
|
151 | 151 | 'feature_bip68_sequence.py',
|
152 |
| - 'getblocktemplate_longpoll.py', |
| 152 | + 'mining_getblocktemplate_longpoll.py', |
153 | 153 | 'p2p_timeouts.py',
|
154 | 154 | # vv Tests less than 60s vv
|
155 | 155 | 'feature_bip9_softforks.py',
|
@@ -474,7 +474,7 @@ def was_successful(self):
|
474 | 474 | def check_script_prefixes():
|
475 | 475 | """Check that no more than `EXPECTED_VIOLATION_COUNT` of the
|
476 | 476 | test scripts don't start with one of the allowed name prefixes."""
|
477 |
| - EXPECTED_VIOLATION_COUNT = 7 |
| 477 | + EXPECTED_VIOLATION_COUNT = 0 |
478 | 478 |
|
479 | 479 | # LEEWAY is provided as a transition measure, so that pull-requests
|
480 | 480 | # that introduce new tests that don't conform with the naming
|
|
0 commit comments