aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-08 08:34:59 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-02-08 08:33:07 -0500
commitfae8b8bb1a62003fedc188d22c5da650513a93f4 (patch)
tree64091db073d5cba233ae96ad68c9915d801c57fa /test
parentfaf3d2272594834bc4b7c7a127a396cd6c810cdb (diff)
downloadbitcoin-fae8b8bb1a62003fedc188d22c5da650513a93f4.tar.xz
qa: Add tool-prefix to functional test readme
Diffstat (limited to 'test')
-rw-r--r--test/functional/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/README.md b/test/functional/README.md
index 74f454b86c..5e3009e6af 100644
--- a/test/functional/README.md
+++ b/test/functional/README.md
@@ -43,6 +43,7 @@ don't have test cases for.
- `mining` for tests for mining features, eg `mining_prioritisetransaction.py`
- `p2p` for tests that explicitly test the p2p interface, eg `p2p_disconnect_ban.py`
- `rpc` for tests for individual RPC methods or features, eg `rpc_listtransactions.py`
+ - `tool` for tests for tools, eg `tool_wallet.py`
- `wallet` for tests for wallet features, eg `wallet_keypool.py`
- use an underscore to separate words
- 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`