diff options
| author | Anthony Towns <[email protected]> | 2018-01-25 09:44:29 +1000 |
|---|---|---|
| committer | Anthony Towns <[email protected]> | 2018-01-25 09:44:29 +1000 |
| commit | ca6523d0c8a44e0b9193367d1250a7d428d61be3 (patch) | |
| tree | e31acbe57137e92e52168a01d9fd4a3060f218cb /test/functional/README.md | |
| parent | Merge #12261: qt: Bump BLOCK_CHAIN_SIZE to 200GB (diff) | |
| download | discoin-ca6523d0c8a44e0b9193367d1250a7d428d61be3.tar.xz discoin-ca6523d0c8a44e0b9193367d1250a7d428d61be3.zip | |
[tests] Rename feature_* functional tests.
Diffstat (limited to 'test/functional/README.md')
| -rw-r--r-- | test/functional/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/README.md b/test/functional/README.md index d6ce490ab..b3d34c72f 100644 --- a/test/functional/README.md +++ b/test/functional/README.md @@ -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 `p2p-fullblocktest.py`. + `invalidblockrequest.py` and `feature_block.py`. ### test-framework modules |