mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-08 11:44:14 +01:00
Merge bitcoin/bitcoin#30859: doc: cmake: prepend "build" to functional/test_runner.py
e64b2f1a16doc: cmake: prepend and explain "build/" where needed (Larry Ruane) Pull request description: This is a small follow-on to #30741, prepend `build/` to the path for `test_runner.py`. ACKs for top commit: jonatack: ACKe64b2f1a16maflcko: lgtm ACKe64b2f1a16tdb3: re ACKe64b2f1a16Tree-SHA512: 80943d4f342987bf060adacb1c7db2e9ff8de5a6da592846ba23f230281d3a5b306162c4c86e61739a29323eaa4abf09f69f41302996d5809f448e5788a74a87
This commit is contained in:
@@ -10,7 +10,8 @@ that file and modify to fit your needs.
|
||||
|
||||
#### Coverage
|
||||
|
||||
Running `test/functional/test_runner.py` with the `--coverage` argument tracks which RPCs are
|
||||
Assuming the build directory is `build`,
|
||||
running `build/test/functional/test_runner.py` with the `--coverage` argument tracks which RPCs are
|
||||
called by the tests and prints a report of uncovered RPCs in the summary. This
|
||||
can be used (along with the `--extended` argument) to find out which RPCs we
|
||||
don't have test cases for.
|
||||
|
||||
Reference in New Issue
Block a user