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.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
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.
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
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,..”.
ACK 0024d2c6ea0fafe9b9949af4bbcd0c583e580746
Useful doc improvements, thanks.
- 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.
re-ACK 282f0e92559da23e356504a564a0322b9888e50b
Thanks!
re ACK 282f0e92559da23e356504a564a0322b9888e50b
Latest change is moving the line about --list-content