From fae8b8bb1a62003fedc188d22c5da650513a93f4 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 8 Feb 2019 08:34:59 -0500 Subject: qa: Add tool-prefix to functional test readme --- test/functional/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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` -- cgit v1.2.3