Skip to content

Commit fae8b8b

Browse files
author
MarcoFalke
committed
qa: Add tool-prefix to functional test readme
1 parent faf3d22 commit fae8b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ don't have test cases for.
4343
- `mining` for tests for mining features, eg `mining_prioritisetransaction.py`
4444
- `p2p` for tests that explicitly test the p2p interface, eg `p2p_disconnect_ban.py`
4545
- `rpc` for tests for individual RPC methods or features, eg `rpc_listtransactions.py`
46+
- `tool` for tests for tools, eg `tool_wallet.py`
4647
- `wallet` for tests for wallet features, eg `wallet_keypool.py`
4748
- use an underscore to separate words
4849
- exception: for tests for specific RPCs or command line options which don't include underscores, name the test after the exact RPC or argument name, eg `rpc_decodescript.py`, not `rpc_decode_script.py`

0 commit comments

Comments
 (0)