Running test_bitcoin --help prints the list of arguments that may be passed, not the list of tests, so fix that.
Improve the content and order of the unit test documentation.
Running test_bitcoin --help prints the list of arguments that may be passed, not the list of tests, so fix that.
Improve the content and order of the unit test documentation.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For detailed information about the code coverage, see the test coverage report.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | pablomartin4btc, tdb3 |
| Stale ACK | jarolrod, maflcko |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
96 | @@ -97,7 +97,7 @@ If you run an entire test suite, such as `--run_test=getarg_tests`, or all the t 97 | (by not specifying `--run_test`), a separate directory 98 | will be created for each individual test. 99 | 100 | -Run `test_bitcoin --help` for the full list of tests. 101 | +Run `test_bitcoin --help` for the full list of arguments that can be passed.
This does change the help to be accurate to what the help command does.
39 | -For example, to run just the `getarg_tests` suite of tests: 40 | +The `test_bitcoin` runner accepts command line arguments from the Boost 41 | +framework. To see the list of arguments that may be passed, run: 42 | + 43 | +``` 44 | +test_bitcoin --help
agree this is most helpful here
ACK 0024d2c6ea0fafe9b9949af4bbcd0c583e580746
ACK 0024d2c6ea0fafe9b9949af4bbcd0c583e580746
nit: maybe you can add "Run test_bitcoin --list_content for the full list of tests." in the previous section "Compiling/running unit tests", before the paragraph starting with "To run the unit tests manually,..".
Can probably squash, given the single line changed in the first commit, is then deleted/moved in the second commit.
ACK 0024d2c6ea0fafe9b9949af4bbcd0c583e580746
Useful doc improvements, thanks.
review ACK 0024d2c6ea0fafe9b9949af4bbcd0c583e580746
Thanks everyone, updated to take all feedback.
re ACK 44caadd83dbc612f41c70baaea3055c52f27df90
- Running `test_bitcoin --help` prints the list of arguments that may be passed,
not the list of tests, so fix that.
- Improve the content and order of the unit test documentation.
(Thanks @tdb3, repushed to put the text suggested by @pablomartin4btc in the right place.)
re-ACK 282f0e92559da23e356504a564a0322b9888e50b
Thanks!
re ACK 282f0e92559da23e356504a564a0322b9888e50b
Latest change is moving the line about --list-content