Wireshark-commits: [Wireshark-commits] master 1af39d6: WSDG: make Testing more accessible, add miss
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1af39d6dace336c16b564fdc19ca82de5ae72ba6
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
1af39d6 by Peter Wu (peter@xxxxxxxxxxxxx):
WSDG: make Testing more accessible, add missing anchors
Rename sections to avoid files named like
_documentation_toolchain.html and _adding_or_modifying_tests.html.
Rewrite the testing introduction to directly show the required commands
for the pytest method. That provides much nicer output and finishes
faster, except when you cannot install extra build dependencies there
should be no reason to avoid it. ctest is removed from the description
since it does not provide many advantages over the test target (except
for the possibility of adding --verbose I guess).
Group some related sections under a "Test suite structure" heading in
order to collect some small sections on a single page.
Fix some other grammatical issues while at it.
Change-Id: I8ab821a67254e62c0fc3d18630e4bc8b0ef872dd
Reviewed-on: https://code.wireshark.org/review/31550
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 5b7ea06 Qt: IO Graph correct color selection
add 1af39d6 WSDG: make Testing more accessible, add missing anchors
Summary of changes:
docbook/wsdg_src/WSDG_chapter_tests.asciidoc | 113 ++++++++++++++++-----------
docbook/wsdg_src/WSDG_chapter_tools.asciidoc | 3 +
2 files changed, 70 insertions(+), 46 deletions(-)