Skip to content

Commit 7250b4e

Browse files
committed
[tests] README.md nit fixes
1 parent 82b2712 commit 7250b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ don't have test cases for.
3939
- `wallet` for tests for wallet features, eg `wallet_keypool.py`
4040
- use an underscore to separate words
4141
- 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`
42-
- Don't use the redundant work `test` in the name, eg `interface_zmq.py`, not `interface_zmq_test.py`
42+
- Don't use the redundant word `test` in the name, eg `interface_zmq.py`, not `interface_zmq_test.py`
4343

4444
#### General test-writing advice
4545

@@ -87,7 +87,7 @@ start the networking thread. (Continue with the test logic in your existing
8787
thread.)
8888

8989
- Can be used to write tests where specific P2P protocol behavior is tested.
90-
Examples tests are `p2p-accept-block.py`, `p2p-compactblocks.py`.
90+
Examples tests are `p2p-acceptblock.py`, `p2p-compactblocks.py`.
9191

9292
#### Comptool
9393

0 commit comments

Comments
 (0)