mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
[tests] Rename p2p_* functional tests.
This commit is contained in:
@@ -87,7 +87,7 @@ start the networking thread. (Continue with the test logic in your existing
|
||||
thread.)
|
||||
|
||||
- Can be used to write tests where specific P2P protocol behavior is tested.
|
||||
Examples tests are `p2p-acceptblock.py`, `p2p-compactblocks.py`.
|
||||
Examples tests are `p2p_unrequested_blocks.py`, `p2p_compactblocks.py`.
|
||||
|
||||
#### Comptool
|
||||
|
||||
@@ -133,7 +133,7 @@ Each `TestInstance` consists of:
|
||||
acceptance is tested against the given outcome.
|
||||
|
||||
- For examples of tests written in this framework, see
|
||||
`invalidblockrequest.py` and `feature_block.py`.
|
||||
`p2p_invalid_block.py` and `feature_block.py`.
|
||||
|
||||
### test-framework modules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user