Add SUCCEED and FAIL docs next to SKIP docs

This commit is contained in:
Martin Hořeňovský
2023-01-12 16:22:56 +01:00
parent 367c2cb248
commit 16f48f8c7c
4 changed files with 48 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ is deprecated and will be removed in the next major release. It is currently
invoked for all test cases that are not going to be executed due to the test run
being aborted (when using `--abort` or `--abortx`). It is however
**NOT** invoked for test cases that are [explicitly skipped using the `SKIP`
macro](skipping.md#top).
macro](skipping-passing-failing.md#top).
---