diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-08 08:34:59 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-08 08:33:07 -0500 |
commit | fae8b8bb1a62003fedc188d22c5da650513a93f4 (patch) | |
tree | 64091db073d5cba233ae96ad68c9915d801c57fa | |
parent | faf3d2272594834bc4b7c7a127a396cd6c810cdb (diff) |
qa: Add tool-prefix to functional test readme
-rw-r--r-- | test/functional/README.md | 1 |
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` |