Skip to content

Commit 3150b3f

Browse files
committed
[tests] Rename misc functional tests.
1 parent 81b79f2 commit 3150b3f

10 files changed

+10
-10
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/functional/test_runner.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,20 @@
8282
'feature_reindex.py',
8383
# vv Tests less than 30s vv
8484
'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',
8888
'wallet_txn_doublespend.py --mineblock',
8989
'wallet_txn_clone.py',
9090
'wallet_txn_clone.py --segwit',
9191
'rpc_getchaintips.py',
92-
'rest.py',
93-
'mempool_spendcoinbase.py',
92+
'interface_rest.py',
93+
'mempool_spend_coinbase.py',
9494
'mempool_reorg.py',
9595
'mempool_persist.py',
9696
'wallet_multiwallet.py',
9797
'wallet_multiwallet.py --usecli',
98-
'httpbasics.py',
98+
'interface_http.py',
9999
'rpc_users.py',
100100
'feature_proxy.py',
101101
'rpc_signrawtransaction.py',
@@ -107,7 +107,7 @@
107107
'rpc_net.py',
108108
'wallet_keypool.py',
109109
'p2p_mempool.py',
110-
'prioritise_transaction.py',
110+
'mining_prioritisetransaction.py',
111111
'p2p_invalid_block.py',
112112
'p2p_invalid_tx.py',
113113
'feature_versionbits_warning.py',
@@ -116,7 +116,7 @@
116116
'rpc_signmessage.py',
117117
'feature_nulldummy.py',
118118
'wallet_import_rescan.py',
119-
'mining.py',
119+
'mining_basic.py',
120120
'wallet_bumpfee.py',
121121
'rpc_named_arguments.py',
122122
'wallet_listsinceblock.py',
@@ -149,7 +149,7 @@
149149
'feature_dbcrash.py',
150150
# vv Tests less than 2m vv
151151
'feature_bip68_sequence.py',
152-
'getblocktemplate_longpoll.py',
152+
'mining_getblocktemplate_longpoll.py',
153153
'p2p_timeouts.py',
154154
# vv Tests less than 60s vv
155155
'feature_bip9_softforks.py',
@@ -474,7 +474,7 @@ def was_successful(self):
474474
def check_script_prefixes():
475475
"""Check that no more than `EXPECTED_VIOLATION_COUNT` of the
476476
test scripts don't start with one of the allowed name prefixes."""
477-
EXPECTED_VIOLATION_COUNT = 7
477+
EXPECTED_VIOLATION_COUNT = 0
478478

479479
# LEEWAY is provided as a transition measure, so that pull-requests
480480
# that introduce new tests that don't conform with the naming

0 commit comments

Comments
 (0)